Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jun 9, 2024
1 parent a8d5e7b commit 85e144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/scan/scanner_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr<ScannerContext> ctx,
break;
}
BlockUPtr free_block = nullptr;
status = ctx->get_free_block(first_read, free_block));
status = ctx->get_free_block(first_read, free_block);
if (free_block == nullptr || !status.ok()) {
break;
}
Expand Down

0 comments on commit 85e144a

Please sign in to comment.