[
https://issues.apache.org/jira/browse/PHOENIX-7030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth updated PHOENIX-7030:
---------------------------------
Issue Type: Bug (was: Task)
> Proper handling of isCaseSensitive in ResultSetMetaData
> -------------------------------------------------------
>
> Key: PHOENIX-7030
> URL: https://issues.apache.org/jira/browse/PHOENIX-7030
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Reporter: Aron Attila Meszaros
> Priority: Major
>
> 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)