pvary commented on issue #2300: URL: https://github.com/apache/iceberg/issues/2300#issuecomment-792572948
We are also thinking about migrating Hive tables to Iceberg tables by creating the appropriate metadata files. For us it would be better to have an API what the engines can implement. In Hive it is possible to set the location on partition level, so we might be better off using HMS to get the partition information than parsing the path. So I think some API that will return Pair<Map<PARTITION_KEY, PARTITION_VALUE>, List<PATH>> might be better. ---------------------------------------------------------------- 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]
