Skip to content

Commit fe969e2

Browse files
g-talbotclaude
andcommitted
docs: clarify that caller renames merge output to match generated split ID
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 56e050e commit fe969e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

quickwit/quickwit-parquet-engine/src/merge/metadata_aggregation.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ pub fn merge_parquet_split_metadata(
104104
.expect("at least one input")
105105
+ 1;
106106

107+
// The generated split ID determines the expected filename. The caller
108+
// (ParquetMergeExecutor) renames the merge engine's output file to match
109+
// this name before handing it to the uploader.
107110
let split_id = ParquetSplitId::generate(first.kind);
108111
let parquet_file = format!("{split_id}.parquet");
109112

0 commit comments

Comments
 (0)