hsiang-c opened a new issue, #2120:
URL: https://github.com/apache/datafusion-comet/issues/2120
### Describe the bug
```shell
TestFilterPushDown > testFilterPushdownWithBucketTransform() > catalogName =
testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hadoop, cache-enabled=false}, planningMode = testhadoop FAILED
java.lang.AssertionError: [Post scan filter should match]
Expecting actual:
"*(1) ColumnarToRow
+- AQEShuffleRead local
+- ShuffleQueryStage 0
+- CometColumnarExchange rangepartitioning(id ASC NULLS FIRST,
200), ENSURE_REQUIREMENTS, CometColumnarShuffle, [plan_id=469743]
+- CometFilter [id, salary, dep], (id = 1)
+- CometBatchScan testhadoop.default.table[id, salary, dep]
testhadoop.default.table (branch=null) [filters=dep IS NOT NULL, id IS NOT
NULL, dep = 'd1', id = 1, groupedBy=] RuntimeFilters: []
"
to contain:
"Filter (id = 1)"
at
org.apache.iceberg.spark.sql.TestFilterPushDown.checkFilters(TestFilterPushDown.java:603)
at
org.apache.iceberg.spark.sql.TestFilterPushDown.testFilterPushdownWithBucketTransform(TestFilterPushDown.java:391)
```
### Steps to reproduce
```scala
.config("spark.plugins", "org.apache.spark.CometPlugin")
.config("spark.shuffle.manager",
"org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager")
.config("spark.comet.explainFallback.enabled", "true")
.config("spark.sql.iceberg.parquet.reader-type", "COMET")
.config("spark.memory.offHeap.enabled", "true")
.config("spark.memory.offHeap.size", "10g")
.config("spark.comet.use.lazyMaterialization", "false")
.config("spark.comet.schemaEvolution.enabled", "true")
```
### Expected behavior
_No response_
### Additional context
_No response_
--
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]