ClickHouse / ClickHouse/walshadow
NUMERIC(12, 2) maps to ClickHouse Decimal(12, 2).
Open
- Dominant language
- Rust
- Stars
- 118
- Forks
- 5
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 38
Description
NUMERIC(12, 2) maps to ClickHouse Decimal(12, 2). Postgres lets you add NaNs to such a column which makes walshadow crash
ERROR walshadow::pipeline: pipeline fatal error=batcher: unsupported column value for v:
non-finite numeric (NaN/Inf) into Decimal column
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.