edgarRd opened a new pull request, #15388: URL: https://github.com/apache/iceberg/pull/15388
Hive tables may contain data files in partition locations with subdirectories. However, current implementation of `TableMigrationUtil` does not support listing these files, even if the hive table supports them via `hive.mapred.supports.subdirectories`. This can lead to *missing data files* on tables migrated from Hive with this condition. This change introduces support to list the files in the partition subdirectories if `hive.mapred.supports.subdirectories` is enabled, migrating all files in the partition successfully. -- 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]
