[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15517:
---
Resolution: Fixed
Status: Resolved (was: Patch Available)
> NOT (x <=> y) returns NUL
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15517:
---
Affects Version/s: 2.0.0
2.1.0
> NOT (x <=> y) returns NULL if x or y i
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15517:
---
Fix Version/s: 2.2.0
> NOT (x <=> y) returns NULL if x or y is NULL
>
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15517:
---
Status: Patch Available (was: Open)
> NOT (x <=> y) returns NULL if x or y is NULL
>
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15517:
---
Attachment: HIVE-15517.01.patch
> NOT (x <=> y) returns NULL if x or y is NULL
> -
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Bedrintsev updated HIVE-15517:
-
Description:
I created a table as following:
create table test(x string, y string);
inser
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Bedrintsev updated HIVE-15517:
-
Affects Version/s: 1.2.1
> NOT (x <=> y) returns NULL if x or y is NULL
>
[
https://issues.apache.org/jira/browse/HIVE-15517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Bedrintsev updated HIVE-15517:
-
Description:
I created a table as following:
create table test(x string, y string);
inser