andygrove commented on code in PR #1324:
URL: https://github.com/apache/datafusion-comet/pull/1324#discussion_r1925942669


##########
native/core/src/execution/serde.rs:
##########
@@ -111,7 +111,7 @@ pub fn to_arrow_datatype(dt_value: &DataType) -> 
ArrowDataType {
         {
             DatatypeStruct::List(info) => {
                 let field = Field::new(
-                    "item",
+                    "element",

Review Comment:
   This change was necessary to resolve an error trying to cast `List(Field { 
name: "element", ..` to `List(Field { name: "item", ..` in schema_adapter



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to