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 03b9c9e commit c4055c5Copy full SHA for c4055c5
examples/custom-merge-replacing.py
@@ -179,6 +179,13 @@ def part_func(row: dict) -> str:
179
print("============= merging =============")
180
# here we reduce the rows to a single latest row
181
merged_log, new_file, partition, merged_files, meta = ice.merge()
182
+merged_log, new_file, partition, merged_files, meta = ice.merge()
183
+# redundant merges do nothing
184
185
186
187
188
189
print(f"merged {len(merged_files)} data files from partition {partition}")
190
191
print("============= check number of raw rows in data =============")
0 commit comments