Re: [I] [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" [datafusion-comet]
andygrove closed issue #1754: [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" URL: https://github.com/apache/datafusion-comet/issues/1754 -- 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
Re: [I] [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" [datafusion-comet]
andygrove commented on issue #1754: URL: https://github.com/apache/datafusion-comet/issues/1754#issuecomment-2892387185 Thanks @comphead! -- 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
Re: [I] [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" [datafusion-comet]
comphead commented on issue #1754: URL: https://github.com/apache/datafusion-comet/issues/1754#issuecomment-2892335517 you wanna me to take this @andygrove ? -- 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
Re: [I] [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" [datafusion-comet]
comphead commented on issue #1754: URL: https://github.com/apache/datafusion-comet/issues/1754#issuecomment-2892357390 the similar issue also for the map_values, hopefully the fix can fix both. -- 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
Re: [I] [native_datafusion] Spark SQL failure "select nested field from a complex map key using map_keys" [datafusion-comet]
andygrove commented on issue #1754: URL: https://github.com/apache/datafusion-comet/issues/1754#issuecomment-2892277712 I am guessing that we need to implement logic for casting between maps, similar to what @comphead did for lists in https://github.com/apache/datafusion-comet/pull/1687 -- 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