Aron Attila Meszaros created PHOENIX-7030:
---------------------------------------------

             Summary: Proper handling of isCaseSensitive in ResultSetMetaData
                 Key: PHOENIX-7030
                 URL: https://issues.apache.org/jira/browse/PHOENIX-7030
             Project: Phoenix
          Issue Type: Task
          Components: core
            Reporter: Aron Attila Meszaros


In case of aliased columns, return value of isCaseSensitive method in 
PhoenixResultSetMetaData is based on the alias, not on the column name.

 
||Query||isCaseSensitive||
|SELECT v1 AS "alias" |true|
|SELECT "v1" AS alias|false|

We should verify if this is the required behavior.



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

Reply via email to