You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "pengzhiwei (JIRA)" <ji...@apache.org> on 2019/04/03 12:16:03 UTC

[jira] [Created] (CALCITE-2977) Exception is not thrown out when there are ambiguous field in select list

pengzhiwei created CALCITE-2977:
-----------------------------------

             Summary: Exception is not thrown  out when there are ambiguous field in select list
                 Key: CALCITE-2977
                 URL: https://issues.apache.org/jira/browse/CALCITE-2977
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.20.0
            Reporter: pengzhiwei
            Assignee: pengzhiwei
             Fix For: 1.20.0


In the following sql:
{code:java}
select t0 from (select 1 as t0, 2 as t0 from dept){code}
_SqlValidatorImpl_ does not  throw an exception for the ambiguous field "t0".

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)