diff --git a/python/deltalake/table.py b/python/deltalake/table.py index c7c5532eaa..b6dd27f49d 100644 --- a/python/deltalake/table.py +++ b/python/deltalake/table.py @@ -1884,7 +1884,7 @@ def z_order( Args: columns: the columns to use for Z-ordering. There must be at least one column. - partition_filters: the partition filters that will be used for getting the matched files + partition_filters: the partition filters that will be used for getting the matched files target_size: desired file size after bin-packing files, in bytes. If not provided, will attempt to read the table configuration value ``delta.targetFileSize``. If that value isn't set, will use default value of 256MB.