gszadovszky commented on a change in pull request #26804: [WIP][SPARK-26346][BUILD][SQL] Upgrade parquet to 1.11.0 URL: https://github.com/apache/spark/pull/26804#discussion_r363275557
########## File path: dev/deps/spark-deps-hadoop-2.7-hive-1.2 ########## @@ -167,13 +168,13 @@ orc-shims-1.5.8.jar oro-2.0.8.jar osgi-resource-locator-1.0.3.jar paranamer-2.8.jar -parquet-column-1.10.1.jar -parquet-common-1.10.1.jar -parquet-encoding-1.10.1.jar -parquet-format-2.4.0.jar -parquet-hadoop-1.10.1.jar +parquet-column-1.11.0.jar +parquet-common-1.11.0.jar +parquet-encoding-1.11.0.jar +parquet-format-structures-1.11.0.jar +parquet-hadoop-1.11.0.jar parquet-hadoop-bundle-1.6.0.jar Review comment: Is there a reason behind still using `1.6.0`? It means that parquet-mr `1.6.0` classes and `1.11.0` classes might be mixed in the classpath. ---------------------------------------------------------------- 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]
