Commit Graph

143662 Commits

Author SHA1 Message Date
Nikolai Kochetov
84d2bbcf8b Merge branch 'master' into fix-some-aliases-for-global-in 2024-06-03 11:29:35 +00:00
Nikolai Kochetov
f5c2bbd9ce
Merge pull request #64672 from ClickHouse/split-query-analyzer
Split query analyzer
2024-06-03 11:27:25 +00:00
kssenii
fc06bd7da5 Review fixes 2024-06-03 12:59:27 +02:00
Mikhail Gorshkov
f2bebae0d5 Original formatting retained 2024-06-03 10:55:19 +00:00
Mikhail Gorshkov
0a64a75f19 PR suggestions follow-ups 2024-06-03 10:44:36 +00:00
alesapin
c45ebafc70
Merge pull request #64694 from ClickHouse/fix_ttl_incompatibility
Fix backward incompatibility in TTL execution
2024-06-03 10:29:26 +00:00
Nikita Mikhaylov
c53fb9b335
Merge pull request #64741 from primeroz/add-note-about-zstd-qat
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud
2024-06-03 09:31:14 +00:00
Francisco Javier Jurado Moreno
f5234af770 Add tests 2024-06-03 10:55:11 +02:00
Francisco Javier Jurado Moreno
0081cc2d34 Add parseReadableSize* function names to spellchack ignore list 2024-06-03 10:49:18 +02:00
Francisco Javier Jurado Moreno
e33f996394 Add parseReadableSize* functions to docs 2024-06-03 10:47:51 +02:00
Francisco Javier Jurado Moreno
66a28e7e69 Add parseReadableSize function 2024-06-03 10:35:01 +02:00
Amos Bird
6fe266bc09
Fix build 2024-06-03 16:06:40 +08:00
vdimir
4e0c806ca1
Fix empty tuple vector functions 2024-06-03 16:06:39 +08:00
Amos Bird
162a6c5685
Update src/Columns/ColumnTuple.cpp
Co-authored-by: vdimir <vdimir@clickhouse.com>
2024-06-03 16:05:45 +08:00
Amos Bird
d5835b6eea
Update src/Columns/ColumnTuple.h
Co-authored-by: vdimir <vdimir@clickhouse.com>
2024-06-03 16:05:45 +08:00
Amos Bird
f397853577
Fix more tests 2024-06-03 16:05:44 +08:00
Amos Bird
1826159c37
Fix tests 2024-06-03 16:05:44 +08:00
Amos Bird
7bec19a82d
Address reviews 2024-06-03 16:05:44 +08:00
Amos Bird
b2d6610d5f
Support empty tuple. 2024-06-03 16:05:42 +08:00
Francesco Ciocchetti
a82cc3da6a
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud 2024-06-03 09:08:02 +02:00
shuai-xu
d0733b4886 add comments 2024-06-03 15:02:21 +08:00
Antonio Andelic
7196852d08
Merge pull request #64565 from KrisBuytaert/patch-1
Update configuration-files.md
2024-06-03 06:46:28 +00:00
Alexey Milovidov
f6125d2d9f
Merge pull request #64532 from azat/file-use-max_read_buffer_size
Use max_read_buffer_size for file descriptors as well in file()
2024-06-02 20:13:18 +02:00
Alexey Milovidov
955db75a0d
Merge pull request #64542 from Algunenano/upgrade_tests
Upgrade tests: Update config and work with release candidates
2024-06-02 20:12:32 +02:00
alesapin
1d1eafc365
Update src/Storages/MergeTree/MergeTreeDataPartTTLInfo.cpp 2024-06-02 13:52:23 +02:00
Alexey Milovidov
a838adc0bf
Merge pull request #64714 from ClickHouse/s3jank
Check for missing Upload ID in CreateMultipartUpload reply
2024-06-02 01:12:00 +02:00
Alexander Gololobov
b885b22676 Merge branch 'master' of github.com:ClickHouse/ClickHouse into faster_test_keeper_shutdown 2024-06-02 00:00:56 +02:00
Alexander Gololobov
8c59c5e897
Merge pull request #64628 from ClickHouse/speed_up_keeper_client_find
Speedup find_* keeper-client commands by making multiple async getChildren requests
2024-06-01 21:58:19 +00:00
Michael Kolupaev
546660fe5c
Merge pull request #62083 from ClickHouse/seth
Fix 'set' skip index not working with IN, indexHint(), and subqueries
2024-06-01 21:09:48 +00:00
Michael Kolupaev
c22a4b79c0 Fix infinite recursion 2024-06-01 19:19:16 +00:00
Michael Kolupaev
6b777f8cb2 Fix use-after-free 2024-06-01 19:19:16 +00:00
Michael Kolupaev
8fa3ff14ec Fix a bug (fuzzer is great) 2024-06-01 19:19:16 +00:00
Michael Kolupaev
769b22c88b Test 2024-06-01 19:19:16 +00:00
Michael Kolupaev
f9ccf95689 Fix subqueries 2024-06-01 19:19:15 +00:00
Michael Kolupaev
d44242e3f2 Fix 'set' index not working with IN 2024-06-01 19:19:15 +00:00
Michael Kolupaev
8eee9a61aa Make 'set' index work with indexHint() 2024-06-01 19:19:15 +00:00
Artem Mustafin
7977de904a reload-ci 2024-06-01 19:14:48 +00:00
Michael Kolupaev
6c8e47e672
Merge pull request #64716 from ClickHouse/hyperloop
Fix loop() table function crashing on empty table name
2024-06-01 18:14:39 +00:00
Michael Kolupaev
1cb3961f9d Call GetResult() once 2024-06-01 18:12:30 +00:00
Alexey Milovidov
0d6b418d47
Merge pull request #64711 from ClickHouse/docs-async_insert_max_data_size
Update default value of async_insert_max_data_size
2024-06-01 17:17:24 +00:00
Alexey Milovidov
2de5a76828
Merge pull request #64670 from rschu1ze/error-numbers-to-error-codes-pt-2
Tests: Convert error numbers to symbolic error codes, pt. II
2024-06-01 19:22:46 +02:00
Alexey Milovidov
4dad2aabb1
Merge pull request #64715 from ClickHouse/auto/v24.5.1.1763-stable
Update version_date.tsv and changelogs after v24.5.1.1763-stable
2024-06-01 19:16:33 +02:00
Alexey Milovidov
3bd0fbd40a
Merge pull request #64614 from liuneng1994/fix_formatDateTimeInJodaSyntax
Fix data-dependent bug with some formatters of`formatDateTimeInJodaSyntax`
2024-06-01 19:12:48 +02:00
Alexey Milovidov
ac7e3ea3e2
Merge pull request #64730 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-06-01 19:03:42 +02:00
Alexey Milovidov
342b3eeaa7
Update CHANGELOG.md 2024-06-01 19:03:20 +02:00
Anton Popov
d959908a90
Merge pull request #64455 from CurtizJ/fix-columns-description-copy
Fix `CREATE TABLE AS` query with default expression
2024-06-01 15:12:06 +00:00
Anton Popov
3663da3cc3
Merge pull request #64391 from CurtizJ/materialize-indexes-setting
Added settings to disable materialization of skip indexes and statistics on inserts
2024-06-01 15:02:17 +00:00
Artem Mustafin
789bf13ba7 review fixes 2024-06-01 09:49:26 +00:00
Michael Kolupaev
33566c11c7 Fix loop() table function crashing on empty table name 2024-06-01 07:55:23 +00:00
robot-clickhouse
eef5875506 Update version_date.tsv and changelogs after v24.5.1.1763-stable 2024-06-01 07:48:53 +00:00