Details
Description
While debugging PHOENIX-6917, I found that we receive the aliased column name in both the column_name and label fields of the column metadata in protobuf.
This happened with PQS head and Phoenix 5.2.0-SNAPSHOT.
Apparently, some older version used to work correctly (and returned the unaliased name in column_name)
We need to check if this is a Phoenix or Avatica regression first, then fix it in the appropriate project.
Attachments
Issue Links
- causes
-
PHOENIX-7147 conn.getMetaData().getCatalogs() returns incorrect column name
- Resolved
- is related to
-
PHOENIX-6917 Column alias not working properly in Python
- Resolved
- relates to
-
PHOENIX-7030 Proper handling of isCaseSensitive in ResultSetMetaData
- Open
-
PHOENIX-7148 Use getColumnLabel Instead of getColumnName in QueryServerBasicsIT
- Resolved
- links to