Jefffrey opened a new issue, #24137: URL: https://github.com/apache/datafusion/issues/24137
Apparently this function considers utf8 & utf8view types to be logically equal: https://github.com/apache/datafusion/blob/f27e50c13647efa5292d5ef5b1e4ed6af3015962/datafusion/common/src/dfschema.rs#L668-L675 https://github.com/apache/datafusion/blob/f27e50c13647efa5292d5ef5b1e4ed6af3015962/datafusion/common/src/dfschema.rs#L726-L729 This raises the question of it we should extend it for more logical equality. For example: - binary & binaryview should be logically equivalent - should largeutf8, utf8, and utf8view all be logically equivalent? (and also for binary, including fixedsizebinary) - what about list, largelist, listview, largelistview? Origin PR: - https://github.com/apache/datafusion/pull/15634 -- 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]
