marton-bod opened a new pull request #2448: URL: https://github.com/apache/hive/pull/2448
Iceberg tables are unpartitioned even when the underlying Iceberg table itself is partitioned. It is non-user-friendly to leak this implementation detail to the user, and let them face a SemanticException saying it's an unpartitioned table. Instead, we should introduce some point at which we throw a unified exception message saying it's an unsupported op. -- 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]
