Uh oh!
There was an error while loading. Please reload this page.
[Improvement](schema scan) Use async scanner for schema scanners (#38… - #38666
Conversation
doris-robot
commented
Aug 1, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Gabriel39
commented
Aug 1, 2024
run buildall |
| } | ||
| Status SchemaScanner::get_next_block(vectorized::Block* block, bool* eos) { | ||
| Status SchemaScanner::get_next_block(RuntimeState* state, vectorized::Block* block, bool* eos) { |
There was a problem hiding this comment.
warning: pointer parameter 'eos' can be pointer to const [readability-non-const-parameter]
be/src/exec/schema_scanner.h:101:
- Status get_next_block(RuntimeState* state, vectorized::Block* block, bool* eos);+ Status get_next_block(RuntimeState* state, vectorized::Block* block, const bool* eos);| Status SchemaScanner::get_next_block(RuntimeState* state, vectorized::Block* block, bool* eos) { | |
| Status SchemaScanner::get_next_block(RuntimeState* state, vectorized::Block* block, constbool* eos) { |
doris-robot
commented
Aug 1, 2024
TeamCity be ut coverage result: |
…403)
Proposed changes
Issue Number: close #xxx