adriangb commented on issue #18717: URL: https://github.com/apache/datafusion/issues/18717#issuecomment-3534949452
Will this mean that I can compare an `Int32` array `[1, 2, 3]` with a `UnionArray(0: Float32, 1: Int32)` w/ values [[null, 2.0, null], [1, null, 3]]` and get back `true, false, true`? I understand that's not implemented in this PR and this is low level infrastructure but I want to understand the big picture. -- 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]
