hsiang-c opened a new issue, #2117:
URL: https://github.com/apache/datafusion-comet/issues/2117
### Describe the bug
```shell
TestMergeOnReadUpdate > testUpdateRefreshesRelationCache() > catalogName =
testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hadoop}, format = PARQUET, vectorized = true, distributionMode = hash,
fanout = true, branch = null, planningMode = LOCAL, formatVersion = 2 FAILED
org.apache.spark.SparkException: Job aborted due to stage failure: Task
0 in stage 632.0 failed 1 times, most recent failure: Lost task 0.0 in stage
632.0 (TID 732) (localhost executor driver): org.apache.spark.SparkException:
Comet execution only takes Arrow Arrays, but got class
org.apache.iceberg.spark.data.vectorized.ColumnVectorWithFilter
```
### 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]