stoty commented on PR #124:
URL:
https://github.com/apache/phoenix-queryserver/pull/124#issuecomment-1497479603
The latest version breaks the AqlAlchemy tests.
Some metadata operations do not return a label field for the column metadata.
columns {
ordinal: 10
nullable: 2
column_name: "COLUMN_SIZE"
type {
id: 5
}
}
We need to check if label is defined, and if not, then use column_name (in
both places)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]