Commit Graph

151792 Commits

Author SHA1 Message Date
Zhigao Hong
e01a448bcc Fix invalid characters in replica_name 2024-08-21 15:35:33 +08:00
JackyWoo
471320dc6f Fix flaky test error 2024-08-21 14:15:44 +08:00
JackyWoo
3c7e2389d1 Fix code style 2024-08-21 09:14:50 +08:00
Michael Kolupaev
7fe98ac302 Fix stress_tests.lib potentially mistaking its own search string for a crash message 2024-08-20 22:20:28 +00:00
Kruglov Pavel
5d280053c2
Add comment in ISerialization.h 2024-08-20 21:55:10 +02:00
Kruglov Pavel
9fd9f649db
Add comment in IDataType.cpp 2024-08-20 21:53:42 +02:00
avogar
a0992400ef Merge branch 'master' of github.com:ClickHouse/ClickHouse into Avogar-patch-6 2024-08-20 19:52:39 +00:00
Kruglov Pavel
4b08ae5f65
Restart CI 2024-08-20 21:51:48 +02:00
Kruglov Pavel
054b38d4eb
Merge pull request #68451 from Avogar/check-json-regexp
Check for invalid regexp in JSON SKIP REGEXP section
2024-08-20 19:48:36 +00:00
Robert Schulze
4c6f30a70d
Cosmetics 2024-08-20 18:23:28 +00:00
Robert Schulze
434458cc83
Remove -n / --multiquery 2024-08-20 18:19:43 +00:00
Salvatore Mesoraca
027f913a13
Do not check i before it gets its final value 2024-08-20 18:01:23 +00:00
Salvatore Mesoraca
6b7a25746a
Improve test description 2024-08-20 18:01:21 +00:00
Salvatore Mesoraca
ef2912b0f7
Fix old and wrong assert 2024-08-20 18:01:20 +00:00
Salvatore Mesoraca
4d0fc70227
Fix keyed hash issue with empty array/map input 2024-08-20 18:01:18 +00:00
Alexander Tokmakov
2ad50a5f3c
Update 01079_bad_alters_zookeeper_long.sh 2024-08-20 19:56:22 +02:00
Alexander Tokmakov
fe637452ec
Revert "Fix test 01079_bad_alters_zookeeper_long" 2024-08-20 19:54:12 +02:00
Yarik Briukhovetskyi
0d416859b4
Merge branch 'ClickHouse:master' into interval_type_conversion 2024-08-20 19:13:12 +02:00
Yarik Briukhovetskyi
087912f4f0
Merge branch 'ClickHouse:master' into fix_functionSQLJSON 2024-08-20 19:12:59 +02:00
Pablo Marcos
0091f16af9 Fix build without SSL support 2024-08-20 16:13:16 +00:00
János Benjamin Antal
1c54c0d239
Merge pull request #68617 from ClickHouse/fix-docs-create-new-files-on-insert
Fix docs
2024-08-20 15:46:44 +00:00
Nikolai Kochetov
eb2f50e49d Do not fuzz settings for 02835_drop_user_during_session.sh 2024-08-20 15:32:40 +00:00
János Benjamin Antal
677b28e1ac
Fix docs 2024-08-20 17:04:19 +02:00
Pablo Marcos
dd39218971 Fix style 2024-08-20 14:24:53 +00:00
Pablo Marcos
c56ae57af8 Update documentation 2024-08-20 14:09:13 +00:00
János Benjamin Antal
e547875a9c Improve wording 2024-08-20 14:03:02 +00:00
János Benjamin Antal
d10e65291c Fix docs 2024-08-20 14:03:02 +00:00
leonkozlowski
e416a2b3d2 patch: fix reference to sorting key in primary key docs 2024-08-20 09:42:19 -04:00
Pablo Marcos
f5a0202474 Add integration test 2024-08-20 13:40:15 +00:00
Robert Schulze
129d1e387e
Some fixups 2024-08-20 13:36:17 +00:00
Michal Tabaszewski
eee618b319
- 2024-08-20 13:36:17 +00:00
Michal Tabaszewski
ad20d24c6e
Fixed binary-tidy complaint 2024-08-20 13:36:17 +00:00
Michal Tabaszewski
cd51535a67
Fixed style. 2024-08-20 13:36:17 +00:00
Michal Tabaszewski
4f799467ec
Added removing query cache by tag. 2024-08-20 13:36:17 +00:00
Max K.
d7c485b8ab
Merge pull request #68117 from ClickHouse/ci_move_scripts_from_docker
CI: Docker images clean from test scripts
2024-08-20 13:34:51 +00:00
Tyler Hannan
8b31388db5
Update README.md
add Guangzho meetup, fix release call
2024-08-20 15:33:34 +02:00
Alexander Tokmakov
ef7c616f41
Merge pull request #68608 from ClickHouse/revert-60197-format-settings-parsing
Revert "Fix unexpected behavior with `FORMAT` and `SETTINGS` parsing"
2024-08-20 13:13:42 +00:00
Alexander Tokmakov
ee9080fba7
Revert "Fix unexpected behavior with FORMAT and SETTINGS parsing" 2024-08-20 15:11:06 +02:00
Han Fei
aa0e4beae6
Merge pull request #68321 from ClickHouse/sampling-key-race
Fix data race on SampleKey
2024-08-20 13:01:38 +00:00
maxvostrikov
99e8a0babc materialized_view_deduplication performance comparison test
performance comparison test to check deduplication in MATERIALIZED VIEW's. Logic is similar to, but with a bigger insert
tests/queries/0_stateless/03008_deduplication_cases_from_docs.sql
2024-08-20 14:52:54 +02:00
Robert Schulze
d80b37001c
Merge pull request #68498 from Blargian/docs_toInterval
[Docs] Update `toInterval*` functions
2024-08-20 12:10:07 +00:00
Robert Schulze
c25ddba0b4
Merge pull request #68578 from rschu1ze/minor-logging-fixes
Minor logging fixes
2024-08-20 12:09:26 +00:00
Yarik Briukhovetskyi
24eeaffa7a
init 2024-08-20 14:02:09 +02:00
János Benjamin Antal
860bd66d7a
Merge pull request #68267 from azat/build/COMMAND_ERROR_IS_FATAL
Avoid ignoring errors of execute_process() (set COMMAND_ERROR_IS_FATAL=ANY)
2024-08-20 11:55:20 +00:00
Max Kainov
653c978dfa autorelease to check builds and functional tests 2024-08-20 13:45:52 +02:00
Kruglov Pavel
6a405b4aab
Update 01825_new_type_json_ghdata_insert_select.sh 2024-08-20 13:14:21 +02:00
vdimir
f323c76431
Merge pull request #68461 from linhgiang24/patch-3
Update grant.md to include POSTGRES privilege
2024-08-20 11:09:53 +00:00
JackyWoo
0563e19cf3 Little fix 2024-08-20 19:09:27 +08:00
JackyWoo
08cb7ff8d8 Add integration tests and delete stateless tests 2024-08-20 19:02:37 +08:00
Blargian
0407171fce update argument types and fix style 2024-08-20 12:53:31 +02:00