Optimize on delta table not encoding correct URL for Dayhour partitions in delta table #3892
Open
1 of 5 tasks
Labels
bug
Something isn't working
Bug
Which Delta project/connector is this regarding?
Describe the problem
We write data to delta table using delta-rs with PyArrow engine with DayHour as partition column.
I ran the optimize command using the spark sql query below on the delta table
After optimize, 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).
Steps to reproduce
Sample code to reproduce
This resulted in spaces in the URL encoding after optimize as below:
before optimize:
after optimize:
Environment information
Delta-rs version: 0.21.0
The text was updated successfully, but these errors were encountered: