You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2019/10/16 11:07:00 UTC

[jira] [Created] (CALCITE-3420) NullPointerException throws for implicit type coercion of nested SET operations

Danny Chen created CALCITE-3420:
-----------------------------------

             Summary: NullPointerException throws for implicit type coercion of nested SET operations
                 Key: CALCITE-3420
                 URL: https://issues.apache.org/jira/browse/CALCITE-3420
             Project: Calcite
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.21.0
            Reporter: Danny Chen
            Assignee: Danny Chen
             Fix For: 1.22.0


Check this sql in TypeCoercionTest:

{code:sql}
select t1_varchar20 from t1 
  union select t2_int from t2
  union select t1_int from t1
{code}




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