Denny [DBA at Innervate]

Results 18 issues of Denny [DBA at Innervate]

it looks much nicer if enabled `SET output_format_pretty_grid_charset = 'ASCII', output_format_pretty_color=0;` https://fiddle.clickhouse.com/fd308ccc-94d8-4f7a-b1e5-6fd1ddbe8b18

```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...

bug
module-jdbc

```sql CREATE TABLE mySecondReplacingMT ( `key` Int64, `someCol` String, `eventTime` DateTime ) ENGINE = ReplacingMergeTree(eventTime) ORDER BY key; insert into mySecondReplacingMT values (123, 'test', now()); SELECT count(eventTime) FROM mySecondReplacingMT FINAL...

unexpected behaviour

We need Altinity rpm for RHEL8 / CentOS8

build

We need Altinity rpm with debug info

build

version 22.2.1 ```sql clickhouse :) INSERT INTO test SELECT number, 1 FROM numbers(300) SETTINGS insert_deduplication_token = 'test1'; INSERT INTO test SELECT number, 1 FROM numbers(300) SETTINGS insert_deduplication_token = 'test1' SETTINGS...

usability
comp-cli
bug-unreleased

Users often ask how to format Numbers (Integers / Floats / Decimals) ( they need to separate thousands by '.,' or format fractions. I propose to implement either TO_CHAR or...

feature
warmup task

Clickhouse-server HTTP server does not send `Content-Encoding` in some cases starting from 24.3 It breaks clients libraries, python, java. Because they rely on `Content-Encoding` to decode HTTP stream. It happens...

bug