[
https://issues.apache.org/jira/browse/CALCITE-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen resolved CALCITE-4059.
---------------------------------
Resolution: Fixed
Fixed in
[a329e88|https://github.com/apache/calcite/commit/a329e8883602ecd80c1f9a57fb5cc88705df43cf],
thanks for the PR, [~Aron.tao] !
> SqlTypeUtil#equalSansNullability doesn't consider Array/Map
> -----------------------------------------------------------
>
> Key: CALCITE-4059
> URL: https://issues.apache.org/jira/browse/CALCITE-4059
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: Jiatao Tao
> Assignee: Jiatao Tao
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.24.0
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> Current equalSansNullability only considers the atomic type, not support
> Array/MULTISET/Map(struct type can be supported by
> equalAsStructSansNullability).
> This Jira mainly supports Array/MULTISET/Map type equal sans nullability
> # equalSansNullability, handles atomic type
> # equalAsCollectionSansNullability, handles type ARRAY/MULTISET
> # equalAsMapSansNullability, handles type MAP
> # equalAsStructSansNullability, handles type struct
--
This message was sent by Atlassian Jira
(v8.3.4#803005)