running-elephant / datart

Datart is a next generation Data Visualization Open Platform
https://running-elephant.github.io/datart-docs/
Apache License 2.0
2k stars 592 forks source link

聚合函数名称大小写问题 Aggregation function name case problem #559

Closed scottsut closed 2 years ago

scottsut commented 2 years ago

Datart Version beta.0

Describe the bug The name of the aggregate function in datart is uppercase. In impala, the field name returned by the query is lowercase, which causes parsing errors and chart rendering failures.

datart中的聚合函数名称为大写,在impala中,查询返回的字段名称为小写,导致解析错误,图表无法正常显示

Screenshots

https://user-images.githubusercontent.com/4098913/148338940-8da2d334-bf27-4ff3-9249-e2e5c69fb0db.mp4

scottsut commented 2 years ago

Related to #395