We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a081e7 commit 0299e31Copy full SHA for 0299e31
1 file changed
src/silo/query_engine/actions/action.cpp
@@ -511,7 +511,7 @@ arrow::Result<arrow::acero::ExecNode*> Action::addZstdDecompressNode(
511
"additional sink node to help backpressure application before zstd decompression"
512
);
513
514
- SILO_ASSERT_GT(sum_of_reference_genome_sizes, 0);
+ SILO_ASSERT_GT(sum_of_reference_genome_sizes, 0u);
515
516
// We aim for 64 MB batch size to give the plan time to apply backpressure
517
size_t maximum_batch_size = std::max(common::S_64_MB / sum_of_reference_genome_sizes, 1UL);
0 commit comments