rdblue commented on issue #8095: URL: https://github.com/apache/iceberg/issues/8095#issuecomment-1644726151
The problem is that you can't add data files that don't match the partitioning of the table, and this table uses a partition strategy that is not compatible with Hive (it uses hidden partitions). You should set the partitioning of the table to the same as the Hive table, then run the import. -- 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]
