yaooqinn commented on pull request #30055: URL: https://github.com/apache/spark/pull/30055#issuecomment-709702287
> @yaooqinn one thing we'd have to check if there''re any Hive upgrades vs our inlined generated codes, and whitelist what new they bring and if we have to port anything. Yes, I have checked that. There is no diff between our inlined codes and those from `hive-service-rpc:2.3.7`. Add I also checked Hive' master branch, it added `HIVE_CLI_SERVICE_PROTOCOL_V11` since 3.0.0 and V11 added timestamp with timezone type. This hive type is not supported by spark just like the existing INTERVAL_DAY_TIME_TYPE. So I believe there is nothing we need to port now. We only need to add unimplemented APIs to just make the compiler happy when we upgrade the builtin hive ---------------------------------------------------------------- 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]
