aokolnychyi opened a new issue #1479: URL: https://github.com/apache/iceberg/issues/1479
If we migrate existing tables to Iceberg and then continue writing to them, file locations are not consistent because of how we handle spaces in `PartitionSpec$partitionToPath`. For example, we have the following locations: ``` /partitioned_table/data/dAtA sPaced=some+key+value/filename.parquet // Iceberg /partitioned_table/data/dAtA sPaced=some key value/filename.parquet // Spark ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
