wangyum commented on a change in pull request #24391:
[SPARK-27402][SQL][test-hadoop3.2] Fix hadoop-3.2 test issue(except the
hive-thriftserver module)
URL: https://github.com/apache/spark/pull/24391#discussion_r276202400
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
##########
@@ -27,7 +27,8 @@ package object client {
// scalastyle:off
private[hive] object hive {
case object v12 extends HiveVersion("0.12.0")
- case object v13 extends HiveVersion("0.13.1")
+ case object v13 extends HiveVersion("0.13.1",
+ exclusions = Seq("commons-httpclient:commons-httpclient"))
Review comment:
Workaround: [NOT FOUND ]
commons-httpclient#commons-httpclient;3.0.1!commons-httpclient.jar (1ms)
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/104649/testReport/org.apache.spark.sql.hive/HiveExternalCatalogVersionsSuite/backward_compatibility/
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/104649/testReport/org.apache.spark.sql.hive.execution/Hive_2_1_DDLSuite/SPARK_21617__ALTER_TABLE_for_non_compatible_DataSource_tables/
----------------------------------------------------------------
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]