Commit Graph

111638 Commits

Author SHA1 Message Date
Antonio Andelic
7b1ad221b2 Address PR comments 2023-03-29 11:08:44 +00:00
robot-ch-test-poll
04d30a2afb
Merge pull request #48119 from Avogar/avro-more-types
Support more ClickHouse types in Avro format
2023-03-29 13:07:35 +02:00
vdimir
bdc8a47bcf
Remove unused mockSystemDatabase from gtest_transform_query_for_external_database 2023-03-29 11:02:50 +00:00
Alexey Milovidov
a0affe7c1f
Merge pull request #48153 from ClickHouse/rfraposa-4
Changelog had the wrong setting name
2023-03-29 13:56:39 +03:00
Azat Khuzhin
d7d9f0cb6b Fix overflow of VarUInt format in Progress packets
Otherwise query like this, can trigger sanity check:

    WITH x AS (SELECT [], number AS a FROM numbers(9223372036854775807)), y AS (SELECT arrayLastOrNull(x -> (x >= -inf), []), arrayLastOrNull(x -> (x >= NULL), [1]), number AS a FROM numbers(1.)) SELECT [1023], * FROM x WHERE a IN (SELECT a FROM y) ORDER BY arrayLastOrNull(x -> (x >= 1025), [1048577, 1048576]) DESC NULLS LAST, '0.0000000002' ASC NULLS LAST, a DESC NULLS FIRST

CI: https://s3.amazonaws.com/clickhouse-test-reports/0/a9bcd022d5f4a5be530595dbfae3ed177b5c1972/fuzzer_astfuzzermsan/report.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 12:42:45 +02:00
Robert Schulze
d0f4c63d27
Fix tests 2023-03-29 10:30:40 +00:00
Rich Raposa
f051bb112c
Merge branch 'master' into rfraposa-4 2023-03-29 04:25:54 -06:00
rfraposa
7f2a43e0c7 Update v22.4.1.2305-prestable.md 2023-03-29 04:23:43 -06:00
Kseniia Sumarokova
9e8bbe4bfe
Merge pull request #47987 from kssenii/try-fix-rabbitmq-test
Try fix rabbitmq test
2023-03-29 12:20:05 +02:00
Vladimir C
46c0c80bff
Merge pull request #47986 from ClickHouse/vdimir/direct-dict-async-read 2023-03-29 12:01:24 +02:00
Vladimir C
570426141e
Merge branch 'master' into vdimir/direct-dict-async-read 2023-03-29 11:58:08 +02:00
vdimir
588fdcffdf
comment child_plans in ReadFromMerge 2023-03-29 09:42:32 +00:00
Robert Schulze
fc5406d9e2
Fix 25402_show_columns (hopefully) 2023-03-29 09:41:30 +00:00
Dmitrii Kovalkov
71a6a02e88 fix stdlib compatibility issues 2023-03-29 12:20:27 +03:00
Azat Khuzhin
9457b1cc46 Use VAR_UINT_MAX for unknown_packet_in_send_data
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 11:02:33 +02:00
Azat Khuzhin
36f6408ada Add sanity checks for writing number in variable length format
And just to double check:

    # var_uint 9223372036854775807
    ffffffffffffffff7f
    ffffffffffffffff7f
    ffffffffffffffff7f
    x: 9223372036854775807, y: 9223372036854775807
    # var_uint 9223372036854775808
    808080808080808080
    808080808080808080
    808080808080808080
    x: 9223372036854775808, y: 0

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 11:02:33 +02:00
Azat Khuzhin
f38a7aeabe ThreadPool metrics introspection
There are lots of thread pools and simple local-vs-global is not enough
already, it is good to know which one in particular uses threads.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 10:46:59 +02:00
Robert Schulze
b4c8ef980c
Merge pull request #47838 from zvonand/zvonand-formatdecimal
Add toDecimalString function
2023-03-29 10:41:12 +02:00
Sema Checherinda
086cd4bb7e fix fast tests 2023-03-29 10:27:39 +02:00
Antonio Andelic
32cfc983b5 Fix clang-tidy build 2023-03-29 07:38:37 +00:00
Antonio Andelic
50ed205aa0
Merge pull request #47303 from ClickHouse/avoid-merging-partition
Skip merged partitions for `min_age_to_force_merge_seconds` merges
2023-03-29 09:31:00 +02:00
robot-ch-test-poll1
decc4fbc98
Merge pull request #48132 from ClickHouse/fix-double-whitespace-2
Fix double whitespace in exception message
2023-03-29 08:06:31 +02:00
robot-ch-test-poll2
9bea890906
Merge pull request #48101 from evillique/update-sqlite
Update SQLite to 3.41.2
2023-03-29 07:15:34 +02:00
Rich Raposa
330e85aea6
Merge pull request #48139 from ClickHouse/sensors-dataset
Add environmental sensors dataset
2023-03-28 22:18:58 -06:00
rfraposa
0ca26b09eb Update environmental-sensors.md 2023-03-28 21:51:30 -06:00
Rich Raposa
7739ab04fa
Merge branch 'master' into sensors-dataset 2023-03-28 21:29:33 -06:00
rfraposa
954d486c20 Update environmental-sensors.md 2023-03-28 21:27:23 -06:00
rfraposa
258c1a9bc0 Add query 2023-03-28 21:11:28 -06:00
rfraposa
87b75269fb Added image 2023-03-28 20:32:10 -06:00
rfraposa
2f09b43d98 Create environmental-sensors.md 2023-03-28 19:46:29 -06:00
Alexander Tokmakov
cfe0fb6571 fix 2023-03-29 03:31:39 +02:00
Rich Raposa
8e8babc469
Merge pull request #48129 from ClickHouse/amazon-reviews
Amazon reviews dataset
2023-03-28 19:29:30 -06:00
Sergei Trifonov
1ff6519c25
Merge branch 'master' into segmentator-fix 2023-03-29 02:29:43 +02:00
serxa
81af0b6deb avoid counters updates if not initialized 2023-03-29 00:29:21 +00:00
Rich Raposa
f50eb64584
Merge branch 'master' into amazon-reviews 2023-03-28 17:46:53 -06:00
rfraposa
61916cfd96 Update amazon-reviews.md 2023-03-28 17:45:27 -06:00
Alexey Milovidov
989c9d77e0
Update .gitmodules 2023-03-29 02:13:27 +03:00
Alexey Milovidov
f7c855965d
Merge pull request #48112 from ClibMouse/s390x_reinterpretAsFloat64
s390x reinterpret as float64
2023-03-29 02:09:43 +03:00
Alexey Milovidov
91bd0adc6f
Merge pull request #48114 from ClickHouse/remove_old_slow_test
Remove slow outdated test
2023-03-29 02:08:46 +03:00
Alexander Tokmakov
4b0b5301be improve script for updating clickhouse-docs 2023-03-29 00:55:03 +02:00
Alexey Milovidov
cfc4e40811 Allow skipping errors related to unknown enum values in row input formats 2023-03-29 00:31:53 +02:00
Alexey Milovidov
e35cf47b06 Allow skipping errors related to unknown enum values in row input formats 2023-03-29 00:31:38 +02:00
robot-ch-test-poll
e92fff9be1
Merge pull request #48131 from ClickHouse/update-stack-tracke
Add KB links to system.stack_trace page
2023-03-29 00:17:18 +02:00
Alexey Milovidov
42335c5f1e Fix double whitespace in exception message 2023-03-29 00:15:20 +02:00
rfraposa
b8edcd90cc Update stack_trace.md 2023-03-28 15:49:58 -06:00
Alexander Tokmakov
53725bdea1 monor improvements 2023-03-28 23:47:45 +02:00
rfraposa
95abfca147 Update amazon-reviews.md 2023-03-28 15:40:54 -06:00
rfraposa
813a1ef8ac Update amazon-reviews.md 2023-03-28 15:37:22 -06:00
rfraposa
3d0b94e210 Update amazon-reviews.md 2023-03-28 15:26:34 -06:00
Robert Schulze
b4b492450d
Merge pull request #48128 from ClickHouse/rs/follow-up-to-46252
Cosmetic follow-up to #46252
2023-03-28 23:11:17 +02:00