comphead commented on issue #1454:
URL:
https://github.com/apache/datafusion-comet/issues/1454#issuecomment-2686543353
```
Cause: org.apache.comet.CometNativeException: Cannot cast file schema field
simple_array of type List(Field { name: "element", data_type: Int32, nullable:
true, dict_id: 0, dict_is_ordered: false, metadata: {} }) to required schema
field of type List(Field { name: "item", data_type: Int32, nullable: true,
dict_id: 0, dict_is_ordered: false, metadata: {} })
```
This is because `item` hardcoded on DF side and `element` on Spark side for
array contents
--
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]