Commit Graph

131540 Commits

Author SHA1 Message Date
Alexey Milovidov
3b1aa53460
Merge pull request #58100 from ClickHouse/optimize-cleanup-as-noop
Reintroduce OPTIMIZE CLEANUP as no-op
2023-12-21 09:27:10 +01:00
Antonio Andelic
b9466023ce
Merge pull request #58069 from ClickHouse/dont-preprocess-if-not-ready
Fix invalid preprocessing on Keeper
2023-12-21 09:08:56 +01:00
Alexey Milovidov
b57bc0e4ed
Merge pull request #58092 from Algunenano/cosmetic_changes
Minor cosmetic changes
2023-12-21 06:06:48 +01:00
Alexey Milovidov
411d1049dd Reintroduce OPTIMIZE CLEANUP as no-op 2023-12-21 06:02:46 +01:00
San
5b6d171145
Merge pull request #58060 from ClickHouse/non_post_request_shouldbe_readonly
Non post request should be readonly
2023-12-21 15:34:34 +11:00
zhanglistar
f0a51e5be5 Modify comments and merge master. 2023-12-21 09:55:26 +08:00
zhanglistar
408f9ea1ae
Merge branch 'ClickHouse:master' into if-opt 2023-12-21 09:50:23 +08:00
Alexey Milovidov
10a9ed0253
Merge pull request #58076 from CurtizJ/fix-test-02567
Fix flaky test `02567_and_consistency`
2023-12-20 23:50:20 +01:00
Alexey Milovidov
bf7ed7890c
Merge pull request #58097 from ClickHouse/revert-57648-refine-lwd-merge
Revert "Consider lightweight deleted rows when selecting parts to merge"
2023-12-20 23:46:52 +01:00
Alexey Milovidov
7be39a27cc
Revert "Consider lightweight deleted rows when selecting parts to merge" 2023-12-21 01:46:38 +03:00
Max K
e0a790de1e
Fix for nightly job for digest-ci (#58079)
* Fix for run_always job - do not set done
 #no-merge-commit
2023-12-20 21:28:54 +01:00
Azat Khuzhin
6fd32d92d0 Add max/peak RSS into system.asynchronous_metrics
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-12-20 20:36:05 +01:00
robot-clickhouse-ci-1
cc23ddd94a
Merge pull request #58094 from cwurm/fix_docs_settings_anchors
Docs: Fix broken anchors to core settings
2023-12-20 19:59:47 +01:00
Christoph Wurm
9def89d416 Fix anchors to settings.md 2023-12-20 18:26:36 +00:00
Raúl Marín
a581450567 Cosmetic 2023-12-20 18:44:09 +01:00
Sema Checherinda
7335707f9a
Merge pull request #58072 from ClickHouse/chesema_fix_test_02479
fix typo in the test 02479
2023-12-20 18:38:49 +01:00
Nikolai Kochetov
4d7a5d47ee
Merge pull request #58045 from ClickHouse/make-windowInsertResultInto-constant
Make window insert result into constant
2023-12-20 17:42:34 +01:00
Nikita Taranov
d57ac6dfdb
Set replica number to its position in cluster definition (#57800)
* impl

* fix
2023-12-20 17:33:05 +01:00
Alexander Tokmakov
015225c629
Merge pull request #57906 from ClickHouse/create_index_normalize
Normalize function names in CREATE INDEX
2023-12-20 17:24:19 +01:00
Kruglov Pavel
ca7001d70f
Merge pull request #57850 from shanielh/feature/s3-session-token
Feature/s3 session token
2023-12-20 17:22:09 +01:00
Igor Nikonov
dc701c4483 Test for parallel replicas with remote() 2023-12-20 16:12:03 +00:00
Raúl Marín
4f0877e1b5 Merge remote-tracking branch 'blessed/master' into log_and_exception_verbose 2023-12-20 17:02:23 +01:00
Alexander Tokmakov
961cb894b5
Update run.sh 2023-12-20 16:56:39 +01:00
Alexander Tokmakov
858f2be6b5
Merge pull request #57337 from ClickHouse/drop_database_replica_no_throw
Don't throw if noop when dropping database replica in batch
2023-12-20 16:48:58 +01:00
vdimir
a78b00a854
Analyzer: Fix assert in tryReplaceAndEqualsChainsWithConstant 2023-12-20 15:44:05 +00:00
Alexander Tokmakov
74a3b8bc9b
Merge pull request #58012 from ClickHouse/tavplubix-patch-9
Update 00002_log_and_exception_messages_formatting.sql
2023-12-20 16:37:28 +01:00
Robert Schulze
2f1c22a4aa
Maybe fix the build, maybe not fix it 2023-12-20 15:32:33 +00:00
Anton Popov
be398d216b fix flakey test 02567_and_consistency 2023-12-20 14:28:46 +00:00
Robert Schulze
5de255b3df
*wip* Bump Azure to 1.7.2 2023-12-20 14:11:44 +00:00
Robert Schulze
0acfbc5a66
Merge pull request #58052 from rschu1ze/bump-azure
Bump Azure to v1.6.0
2023-12-20 14:49:49 +01:00
Anton Popov
87d0cec055
Merge pull request #57433 from CurtizJ/materialize-lightweight-delete
Add mutation command `APPLY DELETED MASK`
2023-12-20 14:44:11 +01:00
Andrei Fedotov
341806d440 Fix Integer overflow in Poco::UTF32Encoding 2023-12-20 16:29:17 +03:00
yariks5s
2dbde231b2 test flaky fix 2023-12-20 12:55:11 +00:00
Sema Checherinda
291567a5b2
Merge pull request #58007 from ClickHouse/chesema-stateless-run-timeout
more messages in ci
2023-12-20 13:50:12 +01:00
Sema Checherinda
3beddc8d2d fix typo 2023-12-20 13:46:21 +01:00
vdimir
ae4270465d
Merge pull request #57544 from ClickHouse/vdimir/dict_hashed_array_shard
Support SHARDS for HashedArrayDictionary
2023-12-20 13:02:26 +01:00
Nikolai Kochetov
b10183e7af
Merge pull request #58048 from ClickHouse/follow-up-57691
Follow up for #57691
2023-12-20 12:54:19 +01:00
Nikolai Kochetov
cba28c9bd0 Update test 2023-12-20 11:53:07 +00:00
Robert Schulze
4000342b9e
Bump Azure to 1.6.0 2023-12-20 11:17:54 +00:00
Robert Schulze
7cf2a62c7e
Bump Azure to 1.5.0 2023-12-20 11:17:51 +00:00
Robert Schulze
4547e60c9d
Bump Azure to v1.4.0 2023-12-20 11:17:48 +00:00
Antonio Andelic
3cc8358b89 Avoid preprocessing if Keeper leader is not ready 2023-12-20 10:22:00 +00:00
Raúl Marín
3e3c29014a Keep old threshold 2023-12-20 11:08:28 +01:00
Raúl Marín
d4e04fc49a
Merge pull request #58066 from Algunenano/html_report
Revert "Merge pull request #55710 from guoxiaolongzte/clickhouse-test…
2023-12-20 10:45:24 +01:00
Robert Schulze
ecb6f31211
Merge pull request #57969 from rschu1ze/punycode-is-cool
Implement punycode encoding/decoding
2023-12-20 10:20:34 +01:00
Raúl Marín
98c9f830d6 Revert "Merge pull request #55710 from guoxiaolongzte/clickhouse-test-add-prinln-nowTime"
This reverts commit efefad9e52, reversing
changes made to 8f7852f82d.
2023-12-20 10:16:47 +01:00
Alexey Milovidov
832d6e3eb5
Merge pull request #58058 from ClickHouse/CurtizJ-patch-8
Correct values for randomization
2023-12-20 05:46:22 +01:00
Alexey Milovidov
50c723fd10
Update 02947_non_post_request_should_be_readonly.reference 2023-12-20 06:54:24 +03:00
Alexey Milovidov
e3ab5437c0
Update 02947_non_post_request_should_be_readonly.sh 2023-12-20 06:54:06 +03:00
santrancisco
786879b062
Adding test 2023-12-20 14:22:20 +11:00