Omega359 commented on PR #17815: URL: https://github.com/apache/datafusion/pull/17815#issuecomment-3386525516
The code that does the comparison I believe is in arrow-rs's [cmp.rs](https://github.com/apache/arrow-rs/blob/02fa779a9cb122c5218293be3afb980832701683/arrow-ord/src/cmp.rs#L206). It requires exact type matching (I've seen issues here with Timestamp types as well) -- 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]
