[jira] [Commented] (CALCITE-6352) The map_contains_key function may return true when the key and mapkeytype types are different.

2024-05-03 Thread Caican Cai (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843235#comment-17843235 ] Caican Cai commented on CALCITE-6352: - {code:java} scala> val df = spark.sql("select

[jira] [Commented] (CALCITE-6352) The map_contains_key function may return true when the key and mapkeytype types are different.

2024-04-15 Thread Caican Cai (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837300#comment-17837300 ] Caican Cai commented on CALCITE-6352: - I think there are two steps to solving the problem . The

[jira] [Commented] (CALCITE-6352) The map_contains_key function may return true when the key and mapkeytype types are different.

2024-04-13 Thread Caican Cai (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836820#comment-17836820 ] Caican Cai commented on CALCITE-6352: - [~mbudiu] Thank you. I will fix it > The map_contains_key

[jira] [Commented] (CALCITE-6352) The map_contains_key function may return true when the key and mapkeytype types are different.

2024-04-04 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834028#comment-17834028 ] Mihai Budiu commented on CALCITE-6352: -- To decide whether this program is correct you have first

[jira] [Commented] (CALCITE-6352) The map_contains_key function may return true when the key and mapkeytype types are different.

2024-04-04 Thread Caican Cai (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17833966#comment-17833966 ] Caican Cai commented on CALCITE-6352: - [~mbudiu] I think this is also inconsistent with the common