Describe the bug
Run with
--conf spark.comet.parquet.write.enabled=true --conf spark.comet.operator.DataWritingCommandExec.allowIncompatible=true
the command
spark.range(1000).write.mode("overwrite").parquet("/tmp/writertest/input")
it fails with
Caused by: org.apache.spark.SparkException: Comet execution only takes Arrow Arrays, but got class org.apache.spark.sql.execution.vectorized.OnHeapColumnVector
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
Run with
the command
it fails with
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response