xiedeyantu commented on PR #5151:
URL: https://github.com/apache/calcite/pull/5151#issuecomment-5205553243

   I checked the SQL standard, and there are no constraints regarding how maps 
should be compared; I believe any implementation approach we choose would be 
justifiable. However, I have observed that both DuckDB and ClickHouse return 
`false` when executing `select map('a', 1, 'b', 2) = map('b', 2, 'a', 1)`. I am 
unsure what the best approach for Calcite would be.


-- 
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]

Reply via email to