semohr commented on code in PR #37396:
URL: https://github.com/apache/superset/pull/37396#discussion_r3348418928
##########
superset-frontend/packages/superset-ui-core/src/query/types/QueryResponse.ts:
##########
@@ -54,6 +54,10 @@ export interface ChartDataResponseResult {
* Name of each column, for retaining the order of the output columns.
*/
colnames: string[];
+ /**
+ * Labels of each column, for display purpose.
+ */
+ collabels: string[];
Review Comment:
As I understand the current backend parsing logic, `collabels` is treated
the same way as `colnames` and `coltypes` during both serialization and
deserialization. In other words, it follows the same handling rules and is
always expected to be present.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]