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


##########
.github/workflows/build_and_test.yml:
##########
@@ -180,7 +180,13 @@ jobs:
             java: ${{ inputs.java }}
             hadoop: ${{ inputs.hadoop }}
             hive: hive2.3
-            excluded-tags: org.apache.spark.tags.ExtendedSQLTest
+            included-tags: org.apache.spark.tags.ExtendedSQLCommandTest
+            comment: "- command tests"
+          - modules: sql
+            java: ${{ inputs.java }}
+            hadoop: ${{ inputs.hadoop }}
+            hive: hive2.3
+            excluded-tags: 
org.apache.spark.tags.ExtendedSQLTest,org.apache.spark.tags.ExtendedSQLCommandTest

Review Comment:
   Need to address the issue of missing tag `xtendedSQLCommandTest` in 
branch-3.4 and branch-3.3
   



##########
.github/workflows/build_and_test.yml:
##########
@@ -180,7 +180,13 @@ jobs:
             java: ${{ inputs.java }}
             hadoop: ${{ inputs.hadoop }}
             hive: hive2.3
-            excluded-tags: org.apache.spark.tags.ExtendedSQLTest
+            included-tags: org.apache.spark.tags.ExtendedSQLCommandTest
+            comment: "- command tests"
+          - modules: sql
+            java: ${{ inputs.java }}
+            hadoop: ${{ inputs.hadoop }}
+            hive: hive2.3
+            excluded-tags: 
org.apache.spark.tags.ExtendedSQLTest,org.apache.spark.tags.ExtendedSQLCommandTest

Review Comment:
   Need to address the issue of missing tag `ExtendedSQLCommandTest` in 
branch-3.4 and branch-3.3
   



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