Commit Graph

55894 Commits

Author SHA1 Message Date
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
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
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
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
Robert Schulze
fb31ad1736
Fix another test 2024-04-08 06:57:56 +00:00
Alexey Milovidov
f5e9a09d69 Remove support for INSERT WATCH query 2024-04-08 05:37:09 +02:00
Alexander Tokmakov
373bf49684 fix 2024-04-07 20:05:41 +02:00
Maksim Kita
bbe8e2d751 Arrow schema to ClickHouse schema Nullable fix 2024-04-07 20:35:27 +03:00
Robert Schulze
7dacd8aa84
Incorporate review feedback 2024-04-07 14:46:55 +00:00
Robert Schulze
12813be9b8
Ignore queries involving system tables by query cache
Fixes #59071
2024-04-07 11:24:32 +00: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
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
alesapin
933d6e86da Remove config 2024-04-06 19:33:54 +02:00
zhongyuankai
2573fb6262 batter 2024-04-06 20:42:27 +08: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
Sema Checherinda
f766ec6782 review remarks 2024-04-05 23:19:30 +02: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
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
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
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
Antonio Andelic
f7fdb2c455 More complex locking in StackTrace 2024-04-05 14:23:04 +02:00
Vitaly Baranov
3012e4bc27
Merge pull request #62207 from vitlibar/fix-restoring-parts-while-readonly
Fix restoring parts while readonly
2024-04-05 13:57:27 +02:00
Alexey Milovidov
dd6e5be27b
Merge pull request #62288 from ClickHouse/fix-morton
Fix `mortonEncode` `use-of-uninitialized-value`
2024-04-05 13:32:22 +02:00
Raúl Marín
741a0bf0c0
Merge pull request #62285 from Algunenano/argmax_bug
Fix argMax with nullable non native numeric column
2024-04-05 13:31:37 +02:00
kssenii
6428868843 Fix build 2024-04-05 12:42:03 +02:00
alesapin
e514a8b49d Merge remote-tracking branch 'origin/master' into try_global_trace_collector 2024-04-05 12:40:25 +02:00
Sean Haynes
500c3fe0fc Fix small typo in Dictionary source loader 2024-04-05 10:39:42 +00:00
vdimir
ce1f514417
Fix optimize_uniq_to_count when only prefix of key is matched 2024-04-05 10:39:05 +00:00
vdimir
723bcc4ee5
Merge pull request #62225 from ClickHouse/vdimir/fix_index_definition_sql_udf
Fix crash in index definition containing sql udf
2024-04-05 12:02:11 +02:00
kssenii
4ae1acdeb9 Merge remote-tracking branch 'origin/master' into better-dynamic-cache-resize-part-2 2024-04-05 12:00:07 +02:00
Kruglov Pavel
c3aa932367
Uncommonly header 2024-04-05 11:39:28 +02:00
avogar
0be983ee22 Fix test 2024-04-05 09:16:00 +00:00
Robert Schulze
9d8f643f5b
Cleanup SSH-based authentication code 2024-04-05 08:43:23 +00:00
Sema Checherinda
cf982cc114 remove debug logging 2024-04-05 05:00:25 +02:00
Sema Checherinda
dddb0d9f4a fix http_keep_alive_max_requests set up 2024-04-05 03:02:45 +02:00
Sema Checherinda
8b75b6ae77
Merge branch 'master' into chesema-keep-alive-send-and-receive 2024-04-05 01:04:22 +02:00
Sema Checherinda
ae3a199939 support max requests for keep alive 2024-04-05 00:37:29 +02:00
Sema Checherinda
5cab8d185f more details 2024-04-05 00:37:19 +02:00
Sema Checherinda
dd852da339 add more debug logs 2024-04-05 00:30:03 +02:00
Nikita Taranov
b1bd34f66e fix 2024-04-04 22:29:05 +00:00
Vitaly Baranov
d7b7e7e790 Improve comment. 2024-04-04 22:09:21 +02:00
avogar
7329b9509a Fix header 2024-04-04 20:01:05 +00:00
avogar
0f5a3eae7e Better 2024-04-04 20:00:22 +00:00
avogar
3e1e434833 Fix data race on scalars in Context 2024-04-04 19:52:40 +00:00
kssenii
eede7c3acf Try fix stress test 2024-04-04 19:01:31 +02:00
Nikolai Kochetov
300904dc83
Merge pull request #60997 from kitaisreal/context-get-global-temporary-volume-use-shared-lock
Context getGlobalTemporaryVolume use shared lock
2024-04-04 18:30:20 +02:00
alesapin
85d98e1a42 Modernize code a little 2024-04-04 16:51:46 +02:00
Raúl Marín
1f1a0ff7d4
Merge pull request #62232 from Algunenano/paranoid
Include table name in paranoid checks
2024-04-04 16:27:35 +02:00
Antonio Andelic
9e1d8b8aaa Fix mortonEncode with no rows 2024-04-04 15:22:09 +02:00
Robert Schulze
7ce2a47ba5
Merge pull request #62265 from rschu1ze/static-instance
Don't access static members through instance
2024-04-04 14:36:03 +02:00
Yarik Briukhovetskyi
edacb991e0
Merge pull request #62257 from yariks5s/fix_retention_docs
Fix s3-style link mapper for gcs
2024-04-04 14:30:33 +02:00
Arthur Passos
b7c0501ac2 fix ut 2024-04-04 09:26:37 -03:00
Raúl Marín
7e608f567b Fix argMax with nullable non native numeric column 2024-04-04 13:55:52 +02:00
Kseniia Sumarokova
1a701921ff
Merge pull request #62160 from ClickHouse/add-more-logging
Add some logging
2024-04-04 13:48:28 +02:00
kssenii
62f9be052c Fix test 2024-04-04 13:41:30 +02:00
Dmitry Novik
33aee0f599 Analyzer: Fix name resolution from parent scopes 2024-04-04 13:00:51 +02:00
Antonio Andelic
6197a62f0f
Merge pull request #62175 from ClickHouse/user-specific-s3-backup-on-cluster
User specific S3 endpoint for Backup/Restore on cluster
2024-04-04 12:46:29 +02:00
Raúl Marín
276246ee97 Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
alesapin
58c79af80b Simpler 2024-04-04 12:22:11 +02:00
vdimir
e516bef844
Annalyzer: limit maximal size of column in constant folding 2024-04-04 09:52:58 +00:00
kssenii
5ce8ab2bd9 More logging 2024-04-04 11:32:32 +02:00
Dmitry Novik
d86eae3dd9
Merge pull request #62186 from ClickHouse/analyzer-query-param
Analyzer: Fix query parameter resolution
2024-04-04 11:26:12 +02:00
vdimir
b4ae81ee00
Merge pull request #62253 from ClickHouse/vdimir/analyzer_legacy_lambda_syntax
Fix lambda(tuple(x), x + 1) syntax in analyzer
2024-04-04 11:21:03 +02:00
Robert Schulze
d5229da1ec
Fix tidy build 2024-04-04 09:09:03 +00:00
Kseniia Sumarokova
ccd3d7ae18
Merge pull request #62261 from ClickHouse/fix-logical-error-in-cache-eviction
Fix logical error from fs cache in stress test
2024-04-04 10:47:22 +02:00
Maksim Kita
414f3aebef Context getGlobalTemporaryVolume use shared lock 2024-04-04 11:32:39 +03:00
Antonio Andelic
03feab3d20
Merge pull request #62250 from ClickHouse/bad-boy-const
Correctly handle const columns in DistinctTransfom
2024-04-04 09:13:40 +02:00
Arthur Passos
c6aed8b793 add optional port to regex 2024-04-03 19:19:54 -03:00
Raúl Marín
2c2f2b9526 Missing include 2024-04-03 22:59:59 +02:00
Robert Schulze
d905b83369
Fix something bad 2024-04-03 20:12:22 +00:00
Robert Schulze
9626506585
More fixes 2024-04-03 19:18:31 +00:00
Robert Schulze
de2a0be025
Don't access static members through instance
- clang-tidy rightfully complains (-readability-static-accessed-through-instance)
- not going to enable the warning for now to avoid breaking the build
2024-04-03 18:50:33 +00:00
Arthur Passos
be55c3533c default to path style 2024-04-03 15:48:30 -03:00
Raúl Marín
76b6c125ff Remove boost dep in wide integers when possible 2024-04-03 20:36:29 +02:00
kssenii
925148f928 Add logging 2024-04-03 20:32:48 +02:00
Raúl Marín
40b901a2e3 More crap 2024-04-03 19:49:56 +02:00
Raúl Marín
0dbb249b48 More nested includes 2024-04-03 19:30:55 +02:00
kssenii
c70ecfe5f3 Fix 2024-04-03 19:18:56 +02:00
Raúl Marín
11eb872ac6 Remove more nested includes 2024-04-03 19:06:36 +02:00
kssenii
2db1e34517 Better logger name 2024-04-03 19:06:33 +02:00
yariks5s
ca27cf3fde fix mapper for gcs 2024-04-03 16:38:41 +00:00
SmitaRKulkarni
9bb185593e
Merge pull request #61988 from ClickHouse/Azure_fix_exception_in_finalize
Fix WriteBufferAzureBlobStorage destructor uncaught exception
2024-04-03 18:22:27 +02:00
Kruglov Pavel
f8ef9fc5d3
Merge pull request #62014 from Avogar/json-extract-variant
Support Variant in JSONExtract functions
2024-04-03 17:20:53 +02:00
avogar
56b5b5e171 Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-string-to-variant 2024-04-03 15:20:21 +00:00
Kruglov Pavel
3116650fa9
Merge pull request #61201 from ClickHouse/revert-61200-revert-60430-max-parallel-replicas-validate
Don't allow to set max_parallel_replicas to 0 as it doesn't make sense
2024-04-03 17:05:59 +02:00
Nikita Mikhaylov
6661484e55
Proper fix for LowCardinality together with JSONExtact functions (#61957) 2024-04-03 16:31:01 +02:00
Antonio Andelic
d19d09e31e Correctly handle const columns in DistinctTransfom 2024-04-03 16:17:56 +02:00
Sema Checherinda
532d80e20b fix log level in debug code 2024-04-03 16:02:07 +02:00
Arthur Passos
394a4f39ec remove unnecessary matching character 2024-04-03 10:37:39 -03:00
Sema Checherinda
922a14eaf1 fix stored_count metric 2024-04-03 15:33:35 +02:00