ClickHouse / ClickHouse/clickhouse-java
JDBC does not recognize CH errors in the middle of a result
未关闭
area:network
blocked-by-clickhouse
bug
jdbc-v1
- 主要语言
- Java
- 星标
- 1.6k
- 派生
- 636
- 平均合并
- 2 天 23 小时
- 30 天内合并 PR
- 29
描述
```sql
SELECT toString(cityHash64(number))
FROM numbers(10000000000)
where intDiv(1,number-100000)>-1000000000000000
....
15335767028551339235
12760187302687605805
11100438807872808134
708232450366267289
8950872048444443462
12595162315755727141
15351880352077599325
13448237354462061702
2932317051899664345
4513747946220550376
2548036246277231731
Code: 153, e.displayText() = DB::Exception: Division by zero (version 20.8.18.32 (official build))
```
Now the error is just one more value. No JAVA exception.
贡献指南
评估
这个 Issue 还没有评估数据。