SaisonYann
SaisonYann
I confirm it's a specific issue between clickhouse and cube. I created a CH table :  And I have the following error when reproducing the test :  And...
We tried to use a more recent version of clickhouse to have experimental_join accepted by default : ClickHouse server version 25.5.2.47 (official build). We have now the same issue as...
After rewriting the query sent by cube to clickhouse we found that it may be caused by the left join (https://github.com/ClickHouse/ClickHouse/issues/76317). Once we replace it with an inner join it...
Hey @igorlukanin, still no solution yet ?