You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Satya Kommula (Jira)" <ji...@apache.org> on 2023/03/30 17:49:00 UTC

[jira] [Comment Edited] (PHOENIX-6917) Column alias not working properly

    [ https://issues.apache.org/jira/browse/PHOENIX-6917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706982#comment-17706982 ] 

Satya Kommula edited comment on PHOENIX-6917 at 3/30/23 5:48 PM:
-----------------------------------------------------------------

 

 [~stoty] and [~richardantal] Could you please verify this PR [https://github.com/apache/phoenix-queryserver/pull/124]


was (Author: JIRAUSER299577):
 

 [~stoty] and [~richardantal] Could you please verify this PR [124|[https://github.com/apache/phoenix-queryserver/pull/124]]

> Column alias not working properly
> ---------------------------------
>
>                 Key: PHOENIX-6917
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6917
>             Project: Phoenix
>          Issue Type: Bug
>          Components: python, queryserver
>    Affects Versions: python-phoenixdb-1.2.1
>            Reporter: Satya Kommula
>            Priority: Major
>             Fix For: python-phoenixdb-1.2.2
>
>
> Get the columnLabel (the “as name”) rather than the columnName with a cursor.
> {code:java}
> calcite 💎:sql> select c1 as hello, c2 as world from int_tbl;
> +-------------+-------------+
> | c1          | c2          |
> |-------------+-------------|
> | 5           | 0           |
> | -123        | 123         |
> | 1           | 123456      |
> | -123456     | -123456     |
> | 10          | 50          |
> | -2147483648 | 1           |
> | 2147483647  | -2147483648 |
> | <null>      | 10          |
> | <null>      | <null>      |
> | 1           | 1           |
> +-------------+-------------+{code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)