comphead commented on issue #2321: URL: https://github.com/apache/datafusion-comet/issues/2321#issuecomment-3259944687
The issue is in the discrepancy how nullable fields calculated, The Comet always hardcode nullability flag as null for the ScalarFunction like map_keys(nullable == true), but DF when creates literal calculates the nullability based on value (nullability == false) -- 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]
