andygrove commented on code in PR #1762:
URL: https://github.com/apache/datafusion-comet/pull/1762#discussion_r2100141625
##########
.github/workflows/spark_sql_test.yml:
##########
@@ -79,3 +79,41 @@ jobs:
env:
LC_ALL: "C.UTF-8"
+ spark-sql-native-iceberg-compat:
+ strategy:
+ matrix:
+ os: [ubuntu-24.04]
+ java-version: [11]
+ spark-version: [{short: '3.5', full: '3.5.5'}]
+ module:
+ - {name: "catalyst", args1: "catalyst/test", args2: ""}
+# - {name: "sql/core-1", args1: "", args2: sql/testOnly * -- -l
org.apache.spark.tags.ExtendedSQLTest -l org.apache.spark.tags.SlowSQLTest}
+# - {name: "sql/core-2", args1: "", args2: "sql/testOnly * -- -n
org.apache.spark.tags.ExtendedSQLTest"}
+ - {name: "sql/core-3", args1: "", args2: "sql/testOnly * -- -n
org.apache.spark.tags.SlowSQLTest"}
+# - {name: "sql/hive-1", args1: "", args2: "hive/testOnly * -- -l
org.apache.spark.tags.ExtendedHiveTest -l org.apache.spark.tags.SlowHiveTest"}
+ - {name: "sql/hive-2", args1: "", args2: "hive/testOnly * -- -n
org.apache.spark.tags.ExtendedHiveTest"}
+ - {name: "sql/hive-3", args1: "", args2: "hive/testOnly * -- -n
org.apache.spark.tags.SlowHiveTest"}
+ fail-fast: false
Review Comment:
On the last run of these tests in CI ~2 weeks ago, the failing counts were:
core-1: 21
core-2: 19
hive-1: 3
The other tests had no failures
--
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]