Alexander Gololobov
|
98ec4d7a70
|
Merge pull request #62127 from ClickHouse/y2k_system_replicas_2
More than 255 replicas in ReplicatedTableStatus
|
2024-04-08 13:45:43 +02:00 |
|
Ilya Andreev
|
094f94882c
|
Fix a typo in the documentation of the ALTER TABLE ... MODIFY QUERY statement
|
2024-04-08 12:37:03 +01:00 |
|
Max Kainov
|
444016fb3e
|
CI: fix unittest issue
|
2024-04-08 11:20:30 +00:00 |
|
Sergei Trifonov
|
99f2f1a8ae
|
Merge pull request #62150 from canhld94/fix_03020
Fix 0320_long_values_pretty_are_not_cut_if_single
|
2024-04-08 13:15:47 +02:00 |
|
robot-ch-test-poll4
|
acfcbd4aa3
|
Merge pull request #62386 from peter279k/add_validate_checksum_nyc_library
Add validate checksum nyc library
|
2024-04-08 13:04:44 +02:00 |
|
Kruglov Pavel
|
a2cfc80a39
|
Merge pull request #61984 from kitaisreal/arrow-schema-to-clickhouse-schema-nullable-fix
Arrow schema to ClickHouse schema Nullable fix
|
2024-04-08 12:53:49 +02:00 |
|
vdimir
|
f3e1132136
|
Merge pull request #62273 from ClickHouse/vdimir/analyzer_limit_constant_folding
Analyzer: limit maximal size of column in constant folding
|
2024-04-08 12:49:48 +02:00 |
|
Alexey Milovidov
|
064acacd93
|
Update test
|
2024-04-08 12:43:10 +02:00 |
|
Sergei Trifonov
|
8349bdd006
|
Merge pull request #61534 from ClickHouse/fix-db-iterator-waits
Fix db iterator wait during async metrics collection
|
2024-04-08 12:10:50 +02:00 |
|
peter279k
|
057893c310
|
Add checksum to validate the downloaded archive
|
2024-04-08 17:57:46 +08:00 |
|
robot-clickhouse-ci-1
|
fbf591d2bf
|
Merge pull request #62224 from Blargian/document_cramersVBiasCorrected
Update cramersVBiased documentation
|
2024-04-08 11:42:10 +02:00 |
|
Alexander Tokmakov
|
57985d9fb4
|
Merge pull request #62367 from ClickHouse/experimental_conflict
Disable window view with analyzer properly
|
2024-04-08 11:00:42 +02:00 |
|
robot-ch-test-poll
|
23b693fa78
|
Merge pull request #62380 from korowa/http-handler-docs-fix
Docs: predefined_query_handler example fix
|
2024-04-08 05:59:00 +02:00 |
|
Alexey Milovidov
|
f5e9a09d69
|
Remove support for INSERT WATCH query
|
2024-04-08 05:37:09 +02:00 |
|
Alexey Milovidov
|
f240511bf5
|
Merge pull request #62357 from anitahammer/patch-2
Fix contributor name vulnerability
|
2024-04-08 03:25:14 +02:00 |
|
Alexey Milovidov
|
cf0469e866
|
Merge pull request #62365 from ClickHouse/dhparams-are-not-by-default
dhparams are not enabled by default
|
2024-04-08 01:32:03 +02:00 |
|
Eduard Karacharov
|
4b5db7357c
|
docs: predefined query handler example fix
|
2024-04-07 21:07:36 +03:00 |
|
Alexander Tokmakov
|
373bf49684
|
fix
|
2024-04-07 20:05:41 +02:00 |
|
Maksim Kita
|
1e05d9ed3f
|
Added tests
|
2024-04-07 20:36:02 +03:00 |
|
Maksim Kita
|
bbe8e2d751
|
Arrow schema to ClickHouse schema Nullable fix
|
2024-04-07 20:35:27 +03:00 |
|
Alexander Tokmakov
|
a4bec47a44
|
fix tests
|
2024-04-07 14:05:08 +02:00 |
|
Robert Schulze
|
97281203b8
|
Don't access static members through instance, pt. II
clang-tidy rightfully complains
(-readability-static-accessed-through-instance) that static member
functions are accessed through non-static members
|
2024-04-07 11:09:35 +00:00 |
|
alesapin
|
658a8e9a9b
|
Merge pull request #62189 from ClickHouse/try_global_trace_collector
Try global trace collector
|
2024-04-07 12:50:10 +02:00 |
|
Alexey Milovidov
|
c5e47bbe70
|
Add a test
|
2024-04-06 21:52:04 +02:00 |
|
Alexander Tokmakov
|
982d3db5b1
|
disable window view with analyzer properly
|
2024-04-06 21:51:28 +02:00 |
|
Alexey Milovidov
|
664823463b
|
Do not create a directory for UDF in clickhouse-client if it does not exist
|
2024-04-06 21:46:43 +02:00 |
|
Alexey Milovidov
|
a6dbaf5408
|
dhparams are not enabled by default
|
2024-04-06 21:45:26 +02:00 |
|
alesapin
|
933d6e86da
|
Remove config
|
2024-04-06 19:33:54 +02:00 |
|
alesapin
|
22caa3eb73
|
Merge remote-tracking branch 'origin/master' into try_global_trace_collector
|
2024-04-06 11:21:27 +02:00 |
|
alesapin
|
aae16fb41e
|
Remove macro
|
2024-04-06 11:19:48 +02:00 |
|
Julia Kartseva
|
633aeaaa76
|
Merge pull request #61594 from azat/tests/02943_rmt_alter_metadata_merge_checksum_mismatch
Fix 02943_rmt_alter_metadata_merge_checksum_mismatch flakiness
|
2024-04-05 16:58:23 -07:00 |
|
Anita Hammer
|
c0ffee763c
|
Fix contributor name vulnerability
|
2024-04-06 02:48:50 +03:00 |
|
Sema Checherinda
|
333167008a
|
Merge branch 'chesema-keep-alive-send-and-receive' of github.com:ClickHouse/ClickHouse into chesema-keep-alive-send-and-receive
|
2024-04-05 23:20:31 +02:00 |
|
Sema Checherinda
|
f766ec6782
|
review remarks
|
2024-04-05 23:19:30 +02:00 |
|
Sema Checherinda
|
0bce544779
|
Update base/poco/Net/src/HTTPClientSession.cpp
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
|
2024-04-05 23:07:00 +02:00 |
|
Nikita Taranov
|
378d330d9d
|
better
|
2024-04-05 17:07:43 +00:00 |
|
Nikolai Kochetov
|
0aa64eacd6
|
Merge pull request #62248 from ClickHouse/fix-generage-random-seed-analyzer
Fixing NULL random seed for generateRandom with analyzer.
|
2024-04-05 18:39:06 +02:00 |
|
kssenii
|
eb9690016a
|
Fix assertion
|
2024-04-05 18:37:46 +02:00 |
|
Nikita Fomichev
|
b2c9cb0653
|
Fix flaky tests
|
2024-04-05 18:19:47 +02:00 |
|
Azat Khuzhin
|
6e413223c2
|
Use DETACHED_DIR_NAME everywhere
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-05 17:49:38 +02:00 |
|
Arthur Passos
|
14eb498477
|
Merge branch 'ClickHouse:master' into s3_aws_private_link_style
|
2024-04-05 12:34:23 -03:00 |
|
Arthur Passos
|
7d50bb8c4b
|
fix ut once again
|
2024-04-05 12:33:43 -03:00 |
|
Alexander Gololobov
|
b2bcfaf344
|
Reduce log levels for ReadWriteBufferFromHTTP retries
|
2024-04-05 17:18:22 +02:00 |
|
Nikita Taranov
|
39d706ba9f
|
rework test
|
2024-04-05 15:15:21 +00:00 |
|
Raúl Marín
|
7df11b1852
|
Merge pull request #62264 from Algunenano/nested_includes_Ñ
Remove more nested includes
|
2024-04-05 17:00:28 +02:00 |
|
vdimir
|
0f4efdaa47
|
remove case from 03036_prewhere_lambda_function
|
2024-04-05 14:48:39 +00:00 |
|
Nikita Taranov
|
54ceb3d32a
|
add some comments
|
2024-04-05 14:28:02 +00:00 |
|
vdimir
|
e53ba4fa9d
|
Analyzer: Fix PREWHERE with lambda functions
|
2024-04-05 13:34:34 +00:00 |
|
Kruglov Pavel
|
47b9eb2cb2
|
Merge pull request #62005 from Avogar/better-string-to-variant
Better conversion from String to Variant
|
2024-04-05 15:26:14 +02:00 |
|
Kruglov Pavel
|
bdda4e31fb
|
Merge pull request #62305 from Avogar/fix-scalar-data-race
Fix data race on scalars in Context
|
2024-04-05 15:24:26 +02:00 |
|