You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "masterclock (JIRA)" <ji...@apache.org> on 2019/04/14 05:59:00 UTC

[jira] [Created] (CALCITE-2996) using column label as column name

masterclock created CALCITE-2996:
------------------------------------

             Summary: using column label as column name
                 Key: CALCITE-2996
                 URL: https://issues.apache.org/jira/browse/CALCITE-2996
             Project: Calcite
          Issue Type: Wish
          Components: avatica
    Affects Versions: avatica-1.13.0
            Reporter: masterclock
             Fix For: next


[https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/ColumnMetaData.java#L122]

according to the above line, column label is used only when column name is missing, this behavior makes the the go driver lost column alias name in sql expression. I'd hope swap the column name and label in the code, can we?



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