You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by da...@apache.org on 2020/07/03 07:04:05 UTC

[calcite] branch master updated (a329e88 -> 8db7c9d)

This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from a329e88  [CALCITE-4059] SqlTypeUtil#equalSansNullability consider Array/Map type (Jiatao Tao)
     add 8db7c9d  [CALCITE-4066] SqlTypeUtil#convertTypeToSpec cover Array/Multiset/Row types (Jiatao Tao)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/calcite/sql/type/SqlTypeUtil.java   | 61 +++++++++++++++++-----
 .../apache/calcite/sql/type/SqlTypeUtilTest.java   | 39 ++++++++++++++
 2 files changed, 88 insertions(+), 12 deletions(-)