Skip to content

Commit 227332c

Browse files
committed
Run iceberg tests without a diff at all and see if that works.
1 parent 6966a12 commit 227332c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/actions/setup-iceberg-builder/action.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ runs:
3131
path: apache-iceberg
3232
ref: apache-iceberg-${{inputs.iceberg-version}}
3333
fetch-depth: 1
34-
35-
- name: Setup Iceberg for Comet
36-
shell: bash
37-
run: |
38-
cd apache-iceberg
39-
git apply ../dev/diffs/iceberg/${{inputs.iceberg-version}}.diff

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ object CometConf extends ShimCometConf {
116116
"planning is performed by Spark, and the resulting FileScanTasks are serialized " +
117117
"and passed to the native execution layer for reading data files.")
118118
.booleanConf
119-
.createWithDefault(false)
119+
.createWithDefault(true)
120120

121121
val COMET_RESPECT_PARQUET_FILTER_PUSHDOWN: ConfigEntry[Boolean] =
122122
conf("spark.comet.parquet.respectFilterPushdown")

0 commit comments

Comments
 (0)