comphead commented on issue #2256:
URL: 
https://github.com/apache/datafusion-comet/issues/2256#issuecomment-3235337339

   This happens because of 
   ```
           if (struct.names.length != struct.names.distinct.length) {
             withInfo(expr, "CreateNamedStruct with duplicate field names are 
not supported")
             return None
           }
   ```
   
   Having commented this out I'm getting
   
   ```
   Caused by: java.lang.IllegalStateException: ArrowArray struct has 2 children 
(expected 1)
   ```


-- 
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]

Reply via email to