We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c7760 commit 88aeb33Copy full SHA for 88aeb33
2 files changed
.github/workflows/pr_build_linux.yml
@@ -127,6 +127,9 @@ jobs:
127
org.apache.spark.sql.comet.ParquetEncryptionITCase
128
org.apache.comet.exec.CometNativeReaderSuite
129
org.apache.comet.CometIcebergNativeSuite
130
+ - name: "csv"
131
+ value: |
132
+ org.apache.comet.csv.CometCsvNativeReadSuite
133
- name: "exec"
134
value: |
135
org.apache.comet.exec.CometAggregateSuite
.github/workflows/pr_build_macos.yml
@@ -90,6 +90,9 @@ jobs:
90
91
92
93
94
95
96
97
98
0 commit comments