[ 
https://issues.apache.org/jira/browse/CALCITE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932241#comment-17932241
 ] 

Stamatis Zampetakis commented on CALCITE-6352:
----------------------------------------------

It seems that more discussion is needed to converge on a solution and there 
hasn't be much progress in the last 6 months so I will remove the fix version 
for now. If someone is planning to push this forward please set the fix version 
to 1.40.0.

> The map_contains_key function may return true when the key and mapkeytype 
> types are different.
> ----------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-6352
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6352
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.36.0
>            Reporter: Caican Cai
>            Assignee: Caican Cai
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.39.0
>
>
>  
> {code:java}
> scala>  val df = spark.sql("select map_contains_key(map(1, 'a', 2, 'b'), 
> 2.0)")
> val df: org.apache.spark.sql.DataFrame = [map_contains_key(map(1, a, 2, b), 
> 2.0): boolean]
> scala> df.show()
> +--------------------------------------+
> |map_contains_key(map(1, a, 2, b), 2.0)|
> +--------------------------------------+
> |                                  true|
> +--------------------------------------+
>  {code}
> calcite return false
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to