mkdym

Results 5 comments of mkdym

Thanks for your reply. I can reproduce this problem on my machine. 1. browse to the table from "浏览数据" button ![浏览数据](https://user-images.githubusercontent.com/10892624/85494785-f5071900-b60b-11ea-98b0-40c1d02028a9.png) 2. group by ![分组查询](https://user-images.githubusercontent.com/10892624/85494849-0fd98d80-b60c-11ea-81c4-605479fef6d8.png) 3. receive error ![报错信息](https://user-images.githubusercontent.com/10892624/85494870-17993200-b60c-11ea-8b00-321730fb11b6.png) Then,...

Thanks for reply. My version is 20.3.9.70, clebeg's version is 19.14.7 (can see in the screenshots). I will try 20.4 later and back to report result.

I found this problem is related to clickhouse distributed table. Reproduce steps: 1. create a clickhouse-cluster(20.3.7.90). use https://github.com/tetafro/clickhouse-cluster 2. create metabase(0.41.5) with clickhouse driver(0.8.1). and add clickhouse to metabase. ```shell...

Tried clickhouse latest 21.12 and 20.4, it's ok. It seems a problem on clickhouse version 20.3.9 and before.

Add variables worked for me: ``` GIT_STRATEGY: clone GIT_DEPTH: 0 ``` refrence: https://kiririmode.hatenablog.jp/entry/20220327/1648344999