pvary commented on PR #12721: URL: https://github.com/apache/iceberg/pull/12721#issuecomment-2976725879
@pan3793: The issue which was identified by Dan could cause problems with when converting a Hive schema to an Iceberg schema. See: https://github.com/apache/iceberg/pull/12721#issuecomment-2855780956. Yes, one can work around all of these issues creating Serde like constructs. The question is does it worth it? What I see nowadays, most of the users are moving away from HiveCatalog to REST catalog implementations. If we consider this bundling any Hive version to our release jars is a mistake we should avoid. Why would users want to bundle a big bunch of jars which are not used in most cases? -- 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]
