File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
.github/actions/setup-iceberg-builder
common/src/main/scala/org/apache/comet Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments