You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can currently write parquet files in a hive partition scheme using "write_parquet(file, partition_by=['a', 'b'])".
The partition_by parameter is currently not available for the "sink_parquet" function. This would be a huge benefit for use to not need to collect the whole LazyFrame before writing it.
The text was updated successfully, but these errors were encountered:
Description
I can currently write parquet files in a hive partition scheme using "write_parquet(file, partition_by=['a', 'b'])".
The partition_by parameter is currently not available for the "sink_parquet" function. This would be a huge benefit for use to not need to collect the whole LazyFrame before writing it.
The text was updated successfully, but these errors were encountered: