gaborkaszab commented on issue #7612: URL: https://github.com/apache/iceberg/issues/7612#issuecomment-1549577560
Hey @JonasJ-ap, @ericlgoodman , I saw you implemented the Delta Lake table to Iceberg table migration [here](https://github.com/apache/iceberg/commit/eeb055a37705b8c8ff1e13acefe0ba24382c66fe). I also see that you used DataFiles.builder(spec).withPartitionPath(path) when you create data files. I believe that this approach when you use the partition path to determine the partition values is incorrect. See the description above. Hive also has an issue with this approach, hence I reach out to you. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
