dongjoon-hyun commented on a change in pull request #25373:
[SPARK-28527][SQL][TEST] Re-run all the tests in SQLQueryTestSuite via Thrift
Server
URL: https://github.com/apache/spark/pull/25373#discussion_r315007624
##########
File path: project/SparkBuild.scala
##########
@@ -474,7 +474,8 @@ object SparkParallelTestGrouping {
"org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite",
"org.apache.spark.ml.classification.LogisticRegressionSuite",
"org.apache.spark.ml.classification.LinearSVCSuite",
- "org.apache.spark.sql.SQLQueryTestSuite"
+ "org.apache.spark.sql.SQLQueryTestSuite",
+ "org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite"
Review comment:
This seems to be the reason why this fails on `Maven` only. `SBT` can handle
this due to this.
----------------------------------------------------------------
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]