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