You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Dongming Liu (JIRA)" <ji...@apache.org> on 2016/12/09 08:40:58 UTC

[jira] [Created] (CALCITE-1535) Validator does not check order by ambiguous column name.

Dongming Liu created CALCITE-1535:
-------------------------------------

             Summary: Validator does not check order by ambiguous column name.
                 Key: CALCITE-1535
                 URL: https://issues.apache.org/jira/browse/CALCITE-1535
             Project: Calcite
          Issue Type: Improvement
    Affects Versions: 1.11.0
            Reporter: Dongming Liu
            Assignee: Julian Hyde


When I use calcite, I found follow sql can convert to a RelNode correctly.

{code} 
SELECT id AS t1, name AS t1 FROM T ORDER BY t1
{code}

The column name t1 for {{ORDER BY}} is ambiguous, should check at validation?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)