You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/17 08:22:26 UTC

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue, #9613: [Bug][Compile] clang compile fail on vparquet_scanner

BiteTheDDDDt opened a new issue, #9613:
URL: https://github.com/apache/incubator-doris/issues/9613

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   ```cpp
   /home/bitetheddddt/dbdev/incubator-doris/be/src/vec/exec/vparquet_scanner.h:52:12: error: 'doris::vectorized::VParquetScanner::get_next' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
       Status get_next(Block* block, bool* eof);
              ^
   /home/bitetheddddt/dbdev/incubator-doris/be/src/exec/parquet_scanner.h:63:20: note: hidden overloaded virtual function 'doris::ParquetScanner::get_next' declared here: different number of parameters (4 vs 2)
       virtual Status get_next(Tuple* tuple, MemPool* tuple_pool, bool* eof, bool* fill_tuple);
                      ^
   1 error generated.
   [27/671] Building CXX object src/exec/CMakeFiles/Exec.dir/csv_scan_node.cpp.o
   ninja: build stopped: subcommand failed.
   ```
   
   ### What You Expected?
   
   fix it
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yiguolei closed issue #9613: [Bug][Compile] clang compile fail on vparquet_scanner

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #9613: [Bug][Compile] clang compile fail on vparquet_scanner
URL: https://github.com/apache/incubator-doris/issues/9613


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org