Commit Graph

140230 Commits

Author SHA1 Message Date
Sema Checherinda
b18d3febb7 set correct defaults for s3 storage and backups 2024-04-15 13:03:55 +02:00
Robert Schulze
3db2cbef73
Cosmetics 2024-04-15 10:57:00 +00:00
Yarik Briukhovetskyi
a68cc77714
Merge pull request #62622 from jrodshua/patch-1
Fix a typo and grammar in `intersect`
2024-04-15 10:38:55 +00:00
Robert Schulze
8c9f89a2f5
Cosmetics 2024-04-15 10:38:29 +00:00
Kruglov Pavel
c458920ee5
Merge pull request #62425 from Avogar/fix-partitioned-write
Respect settings truncate_on_insert/create_new_file_on_insert in s3/hdfs/azure engines during partitioned write
2024-04-15 10:29:18 +00:00
Robert Schulze
fad21c9958
Add test back 2024-04-15 10:29:05 +00:00
Yarik Briukhovetskyi
c750199c4b
Update intersect.md 2024-04-15 11:04:28 +01:00
Yarik Briukhovetskyi
ff5a385201
Update intersect.md 2024-04-15 11:03:15 +01:00
Raúl Marín
0474beceab Fix crash in largestTriangleThreeBuckets 2024-04-15 09:58:33 +00:00
Raúl Marín
69245545fa
Merge branch 'master' into rust_vendor 2024-04-15 10:57:01 +01:00
Nikita Taranov
f71bbe728f
Disable 02581_share_big_sets_between_mutation_tasks under sanitisers
https://play.clickhouse.com/play?user=play#c2VsZWN0IAp0b1N0YXJ0T2ZIb3VyKGNoZWNrX3N0YXJ0X3RpbWUpIGFzIGQsCmNvdW50KCksIGdyb3VwVW5pcUFycmF5KHB1bGxfcmVxdWVzdF9udW1iZXIpLCAgYW55KHJlcG9ydF91cmwpCmZyb20gY2hlY2tzIHdoZXJlIHRvZGF5KCkgLSBJTlRFUlZBTCAnMyBtb250aHMnIDw9IGNoZWNrX3N0YXJ0X3RpbWUgYW5kIHRlc3RfbmFtZSBsaWtlICclMDI1ODFfc2hhcmVfYmlnX3NldHNfYmV0d2Vlbl9tdXRhdGlvbl90YXNrcycgYW5kIHRlc3Rfc3RhdHVzIGluICgnRkFJTCcsICdGTEFLWScpIGdyb3VwIGJ5IGQgb3JkZXIgYnkgZCBkZXNj
2024-04-15 10:46:00 +01:00
vdimir
5576cb7964
Merge pull request #62625 from kitaisreal/hashed-dictionary-parallel-loader-exception-safe-constructor
HashedDictionaryParallelLoader exception safe constructor
2024-04-15 09:29:41 +00:00
Nikita Taranov
5f1d85a92e impl 2024-04-15 10:11:39 +01:00
Robert Schulze
a98cba351d
Cosmetics 2024-04-15 08:37:26 +00:00
Antonio Andelic
54871f0d9c
Merge pull request #62597 from ClickHouse/memory-leak-grouparrysorted
Fix memory leak in groupArraySorted
2024-04-15 08:15:21 +00:00
liuneng
f5184b6b7d fix style 2024-04-15 16:02:20 +08:00
LiuNeng
3d87a887ec
Merge branch 'master' into std-except-parseDateTIme 2024-04-15 15:51:05 +08:00
liuneng
1c1054b413 optimize error handling using expected 2024-04-15 15:47:39 +08:00
Paweł Kudzia
210efe1621
documenting alternative syntax that's supported for DATE_ADD, DATE_SUB
this is related to issue https://github.com/ClickHouse/ClickHouse/issues/25815 

i'm adding examples for:
date_add(date, INTERVAL value unit) and date_sub(date, INTERVAL value unit) 

both are covered with a test from e3c09e9703/tests/queries/0_stateless/02160_special_functions.sql (L33) ; i think it's worth documenting them as the syntax is familiar to MySQL users [ https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_date-add ]
2024-04-15 08:50:01 +02:00
kevinyhzou
4a50999fcc remove logical of cache value of different timezone 2024-04-15 14:12:54 +08:00
vdimir
e3c09e9703
Merge pull request #62624 from kitaisreal/join-filter-push-down-right-stream-filled-crash-fix
JOIN filter push down right stream filled crash fix
2024-04-14 16:44:18 +00:00
Pablo Marcos
9d87cec843 Don't use ASTPtr for the comment following feedback in the PR 2024-04-14 17:58:55 +02:00
Pablo Marcos
e3a0abd415 Merge branch 'master' into pamarcos/copy_comment_in_create_as_statement 2024-04-14 17:11:20 +02:00
Maksim Kita
7ebaa4d1ca HashedDictionaryParallelLoader exception safe constructor 2024-04-14 11:21:57 +03:00
Maksim Kita
e2ff2f8a1f JOIN filter push down right stream filled crash fix 2024-04-14 10:55:52 +03:00
Josh Rodriguez
087d91d21d
Fix a typo and grammar in intersect 2024-04-13 11:02:08 -07:00
Shaun Struwig
fe52022f55
add tanh to aspell-dict
add `tanh` to aspell-dict
2024-04-13 11:52:27 +02:00
Blargian
12d4682a47 Add variants to aspell-ignore 2024-04-13 11:38:35 +02:00
Blargian
3ed8463d08 Give explicit description to countMatchesCaseInsensitive in addition to a link to its base function 2024-04-13 11:34:57 +02:00
Blargian
13f84a5957 minor fixes 2024-04-13 11:32:40 +02:00
Blargian
f18cdaa004 Add variants 2024-04-13 11:25:08 +02:00
Blargian
c8f014591c Update countMatchesCaseInsensitive function 2024-04-13 11:05:43 +02:00
jsc0218
b6cfba33f1
Merge pull request #62319 from mxwell/materialized_prim_key
Fix primary key in materialized view
2024-04-13 03:37:20 +00:00
Alexander Gololobov
2a2ae399db Use disk name from DisksMap 2024-04-12 22:11:58 +02:00
Nikita Mikhaylov
4dad36c1d0 Close: https://github.com/ClickHouse/ClickHouse/issues/4222 2024-04-12 19:54:11 +00:00
Nikita Mikhaylov
a4379d61ca Fix flaky tests 2024-04-12 19:45:05 +00:00
Anton Popov
9e54a833ed fix build 2024-04-12 18:41:40 +00:00
Anton Popov
03916cc13f fix build and update submodule 2024-04-12 18:26:30 +00:00
Alexander Gololobov
52efa7c286 style fix 2024-04-12 18:49:09 +02:00
Alexander Gololobov
85cd0291a5 Remove getRemotePathsRecursive() from IDisk 2024-04-12 18:34:51 +02:00
Alexander Gololobov
69bc0b9176 Stream chunks from system.remote_data_paths 2024-04-12 18:33:58 +02:00
Anton Popov
47c653f87c better retries in azure sdk 2024-04-12 15:39:14 +00:00
Robert Schulze
1b4119ac38
Draft for std::except-based error handling in parseDateTime 2024-04-12 15:21:16 +00:00
Nikolai Kochetov
6fa57b9d7d
Merge pull request #62567 from ClickHouse/fix-scalars-in-limit-offset
Fix scalar subquery in LIMIT
2024-04-12 15:03:45 +00:00
Vitaly Baranov
7f0d978794 Fix test 00515_enhanced_time_zones. 2024-04-12 16:54:52 +02:00
Mikhail f. Shiryaev
ed2e4e3f49
Merge pull request #62556 from ClickHouse/fix-integration-logs-compression
Fix integration-tests logs compression
2024-04-12 14:54:11 +00:00
Alexander Tokmakov
d510c3ac55
Merge pull request #62266 from ClickHouse/cannot_allocate_thread
Add fault injection for "Cannot allocate thread"
2024-04-12 14:40:42 +00:00
kssenii
a4afe0ad06 One more fix 2024-04-12 16:37:04 +02:00
Raúl Marín
d23a3760ab
Merge pull request #62579 from Algunenano/fix_bugfix_validation
Try to fix Bugfix validation job
2024-04-12 14:31:22 +00:00
Robert Schulze
bff31998f2
Add expected submodule 2024-04-12 14:29:39 +00:00