[jira] [Commented] (FLINK-10846) Add support for IS DISTINCT FROM in code generator

2021-04-29 Thread Leonard Xu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17337069#comment-17337069
 ] 

Leonard Xu commented on FLINK-10846:


{code:java}
Flink SQL> select 1 IS DISTINCT FROM 1;
+++
| op | EXPR$0 |
+++
| +I |  false |
+++
Received a total of 1 row
Flink SQL> select 1 IS DISTINCT FROM 2;
+++
| op | EXPR$0 |
+++
| +I |   true |
+++
Received a total of 1 row
{code}

> Add support for IS DISTINCT FROM in code generator
> --
>
> Key: FLINK-10846
> URL: https://issues.apache.org/jira/browse/FLINK-10846
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / API
>Reporter: Timo Walther
>Priority: Major
>  Labels: auto-unassigned
>
> It seems that sometimes \{{IS DISTINCT FROM}} is not rewritten by Calcite, 
> thus we should have built-in support for it and add more tests. It is already 
> officially documented.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-10846) Add support for IS DISTINCT FROM in code generator

2021-04-27 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334071#comment-17334071
 ] 

Flink Jira Bot commented on FLINK-10846:


This issue was marked "stale-assigned" and has not received an update in 7 
days. It is now automatically unassigned. If you are still working on it, you 
can assign it to yourself again. Please also give an update about the status of 
the work.

> Add support for IS DISTINCT FROM in code generator
> --
>
> Key: FLINK-10846
> URL: https://issues.apache.org/jira/browse/FLINK-10846
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / API
>Reporter: Timo Walther
>Assignee: xueyu
>Priority: Major
>  Labels: stale-assigned
>
> It seems that sometimes \{{IS DISTINCT FROM}} is not rewritten by Calcite, 
> thus we should have built-in support for it and add more tests. It is already 
> officially documented.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-10846) Add support for IS DISTINCT FROM in code generator

2021-04-16 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17323438#comment-17323438
 ] 

Flink Jira Bot commented on FLINK-10846:


This issue is assigned but has not received an update in 7 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Add support for IS DISTINCT FROM in code generator
> --
>
> Key: FLINK-10846
> URL: https://issues.apache.org/jira/browse/FLINK-10846
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / API
>Reporter: Timo Walther
>Assignee: xueyu
>Priority: Major
>  Labels: stale-assigned
>
> It seems that sometimes \{{IS DISTINCT FROM}} is not rewritten by Calcite, 
> thus we should have built-in support for it and add more tests. It is already 
> officially documented.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)