ClickHouse / ClickHouse/clickhouse-java
totals don't work with new Clickhouse server versions
- 主要言語
- Java
- スター
- 1.6k
- フォーク
- 636
- 平均マージ
- 2日 23時間
- マージ済み PR(30日)
- 29
説明
```sql
select sum(number), greater
from (select number, number > 5 as greater from numbers(10))
group by greater with totals
```
ClickHouse 22.8.19.10 / ClickHouse JDBC Driver 0.4.6 (revision: dd91e17) -- totals OK
ClickHouse 23.3.5.9 / ClickHouse JDBC Driver 0.4.6 (revision: dd91e17) -- totals NOT OK
コントリビューションガイド
調査の方向性
Start by reproducing the SQL example against ClickHouse 22.8.19.10 and 23.3.5.9 with ClickHouse JDBC Driver 0.4.6, comparing the totals result. Trace the JDBC client's handling of grouped queries with WITH TOTALS and identify what changed between server versions. Done means the example returns totals correctly on the newer server without breaking the older version.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- databases
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100