n0r0shi commented on issue #3646: URL: https://github.com/apache/datafusion-comet/issues/3646#issuecomment-4016451499
For this, I think there are 2 approaches. One is to fix upstream: make `check_datatypes()` ignore inner field nullability. Another is to fix in Comet: normalize inner `nullability` before calling `array_except`. Avoids upstream change but adds overhead. I'd lean toward (1), but I'd like to confirm how others think. -- 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]
