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 179fa27 commit 2ea157eCopy full SHA for 2ea157e
pyiceberg/table/__init__.py
@@ -462,7 +462,7 @@ def overwrite(
462
463
self.delete(delete_filter=overwrite_filter, snapshot_properties=snapshot_properties)
464
465
- with self.update_snapshot(snapshot_properties=snapshot_properties).overwrite() as update_snapshot:
+ with self.update_snapshot(snapshot_properties=snapshot_properties).fast_append() as update_snapshot:
466
# skip writing data files if the dataframe is empty
467
if df.shape[0] > 0:
468
data_files = _dataframe_to_data_files(
0 commit comments