LuciferYang commented on code in PR #41932:
URL: https://github.com/apache/spark/pull/41932#discussion_r1266712240


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -139,7 +139,18 @@ object SparkConnectServerUtils {
       .map(clientTestJar => Seq("--jars", clientTestJar.getCanonicalPath))
       .getOrElse(Seq.empty)
 
-    writerV2Configs ++ hiveTestConfigs ++ udfTestConfigs

Review Comment:
   > @LuciferYang I tested with
   > 
   > ```
   > build/mvn clean install -DskipTests -Phadoop-3 -Phadoop-cloud -Pmesos 
-Pyarn -Pkinesis-asl -Phive-thriftserver -Pspark-ganglia-lgpl -Pkubernetes 
-Phive
   > build/mvn test -pl connector/connect/client/jvm
   > ```
   > 
   > I reproduce this issue too. It seems is unrelated to this PR.
   > 
   > ```
   > Run completed in 2 minutes, 10 seconds.
   > Total number of tests run: 1101
   > Suites: completed 24, aborted 0
   > Tests: succeeded 1033, failed 68, canceled 0, ignored 1, pending 0
   > *** 68 TESTS FAILED ***
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] BUILD FAILURE
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Total time:  03:02 min
   > [INFO] Finished at: 2023-07-18T20:20:38+08:00
   > ```
   
   master branch?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to