dongjoon-hyun commented on code in PR #49558:
URL: https://github.com/apache/spark/pull/49558#discussion_r1920891391


##########
sql/core/src/test/scala/org/apache/spark/sql/TPCDSCollationQueryTestSuite.scala:
##########
@@ -251,7 +251,10 @@ class TPCDSCollationQueryTestSuite extends QueryTest with 
TPCDSBase with SQLQuer
       test(name)(runQuery(queryString, Map.empty, emptyResults.contains(name)))
     }
 
-    tpcdsQueriesV2_7_0.foreach { name =>
+    // Skip q22-v2.7 in GitHub Action environment because it takes 14 minutes.
+    tpcdsQueriesV2_7_0
+      .filterNot(sys.env.contains("GITHUB_ACTIONS") && _.equals("q22"))

Review Comment:
   Unlike `excludedTpcdsQueries`, we don't have `excludedTpcdsQueriesV2_7_0`. 
So, we need to filter out here.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to