Closed
Description
Environment
Delta-rs version: 0.17.4
Bug
We write data to delta table using delta-rs with PyArrow engine with DayHour as partition column. However when we run the optimize.compact() on the table, it creates partitions with spaces and does not properly encode the partition urls as shown in the below image i.e; it creates new partitions url with spaces (.zstd.parquet).
Can you please let me know how we can run the optimize.compact without having partitions with spaces?
Activity