rdblue commented on issue #166: Update Hive Metastore tables for Spark URL: https://github.com/apache/incubator-iceberg/pull/166#issuecomment-487757690 @vrozov, the reason to downgrade here is to avoid accidentally using features that weren't in older versions. For example, the API in 3.0 includes a catalog name that didn't exist before. Calling those methods won't work in 1.2.1, which will be the runtime version for Spark. But using 1.2.1 methods works because 3.0 is compatible.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
