lcspinter opened a new pull request #2494: URL: https://github.com/apache/iceberg/pull/2494
SparkTableUtil introduced some utility methods (`public static List<DataFile> listPartition(Map<String, String> partitionKeys, String uri, String format, PartitionSpec spec, Configuration conf, MetricsConfig metricsConfig, NameMapping mapping`) which are used to generate `DataFile`s when importing files from existing Spark table into Iceberg table. These utility methods can be useful when migrating Hive table to Iceberg table, therefore it would make sense to extract them to the core module. -- 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]
