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
Not sure if this is a significant bug, but this causes the code above to fail (because it's partition field has a special character), when using MinIO: the returned data is messed up. When I go to the MinIO local object store explorer, there's a stray da object (the # cuts it off) that should be a directory for data files, but isn't.
I've confirmed that this is fixed by URL-encoding partition field names (#1457). I discovered this when working on #1452.
The text was updated successfully, but these errors were encountered:
Potential Bug / Improvement
Unlike the Java implementation, partition field names are not URL-encoded in data locations, only the partition values are.
Not sure if this is a significant bug, but this causes the code above to fail (because it's partition field has a special character), when using MinIO: the returned data is messed up. When I go to the MinIO local object store explorer, there's a stray
da
object (the#
cuts it off) that should be a directory for data files, but isn't.I've confirmed that this is fixed by URL-encoding partition field names (#1457). I discovered this when working on #1452.
The text was updated successfully, but these errors were encountered: