Commit Graph

142020 Commits

Author SHA1 Message Date
Kruglov Pavel
c861ac4858
Merge branch 'master' into dynamic-data-type 2024-05-17 22:17:41 +02:00
avogar
2c8b303a2f Use Dynamic as supertype, add more tests, fix tests flakiness, update docs 2024-05-17 20:16:58 +00:00
Alexander Tokmakov
4b0df53c51
Merge pull request #63945 from ClickHouse/require-batched-jobs
Fix bug when `Required check [1/3]` is not included in Mergeable Check
2024-05-17 17:51:44 +00:00
Alexey Milovidov
e37447d1f5
Merge pull request #64064 from ClickHouse/revert-64020-patch-1
Revert "Update gui.md - Add ch-ui to open-source available tools."
2024-05-17 20:43:37 +02:00
Alexey Milovidov
f8693017fb
Revert "Update gui.md - Add ch-ui to open-source available tools." 2024-05-17 21:43:24 +03:00
Alexey Milovidov
e39d8c001f
Merge pull request #63923 from ClickHouse/update-datasketches
Update Datasketches
2024-05-17 20:30:41 +02:00
Alexey Milovidov
8e838c2805
Merge pull request #59183 from azat/mv/extended-syntax-for-inner-table
Fix passing projections/indexes/primary key from columns list from CREATE query into inner table of MV
2024-05-17 20:21:08 +02:00
Alexey Milovidov
8236ff1cd8
Merge pull request #64020 from caioricciuti/patch-1
Update gui.md - Add ch-ui to open-source available tools.
2024-05-17 20:05:31 +02:00
Alexey Milovidov
bd9709adee
Merge pull request #64022 from ClickHouse/fix-analyzer
Fix a typo in Analyzer
2024-05-17 20:02:13 +02:00
Mikhail f. Shiryaev
38787c429f
Merge pull request #62652 from ianton-ru/fix-host-resolver-fail
Fix HostResolver behavior on fail
2024-05-17 17:37:42 +00:00
Nikolay Degterinsky
7f79d4f669
Merge pull request #64038 from Blargian/patch-4
[Docs] Fix small `in.md` formatting issues
2024-05-17 13:55:53 +00:00
Mikhail f. Shiryaev
2b2d2ce270
Merge pull request #64039 from ClickHouse/new-release-create-branch-only
Do not create new release in release branch automatically
2024-05-17 13:19:27 +00:00
Yarik Briukhovetskyi
44c134c657
Merge pull request #64034 from Pazitiff9/patch-1
Correction of a typo in table.md
2024-05-17 13:09:46 +00:00
Mikhail f. Shiryaev
803a52ba94
Do not create new release in release branch automatically 2024-05-17 14:50:34 +02:00
Shaun Struwig
30e1802c27
Fix ugly formatting 2024-05-17 14:28:12 +02:00
Yarik Briukhovetskyi
8a24515537
fix black 2024-05-17 14:23:32 +02:00
Shaun Struwig
07349ec508
Fix formatting issues in in.md 2024-05-17 14:22:39 +02:00
Yarik Briukhovetskyi
e4ba32a831
Try #2 after removing fast tests flag 2024-05-17 14:09:08 +02:00
Nikita Taranov
370b01e23b
Merge pull request #63910 from nickitat/additional_sanity_checks_for_parallel_replicas
More sanity checks for parallel replicas
2024-05-17 12:04:29 +00:00
Yarik Briukhovetskyi
ff3dbe9757
empty commit 2024-05-17 13:57:27 +02:00
Sema Checherinda
9e4f41f42c
Merge pull request #60852 from azat/http_max_chunk_size
Remove http_max_chunk_size setting (too internal)
2024-05-17 11:49:04 +00:00
Raúl Marín
706056015a
Merge pull request #63811 from zzyReal666/63657
fix antlr insertStmt for issue 63657
2024-05-17 11:43:17 +00:00
Pazitiff9
782cbcfa58
Correction of a typo in table.md
Correction of a typo in ru docs about Create Table
2024-05-17 14:19:14 +03:00
Nikita Taranov
bfd09ea42a
Merge pull request #63835 from tomershafir/io-uring-add-basic-perf-test
io_uring: add basic io_uring clickhouse perf test
2024-05-17 11:16:20 +00:00
Raúl Marín
68bff50c9d
Merge pull request #63947 from Algunenano/revert_multiline_pretty
Revert multiline pretty changes due to performance problems
2024-05-17 10:13:49 +00:00
Nikolai Kochetov
e0f405bc56
Merge pull request #63864 from ClickHouse/change-labmda-execution-name
Update lambda execution name
2024-05-17 10:01:48 +00:00
Alexey Milovidov
4ee498a8b5
Merge pull request #64014 from ClickHouse/update-libunwind
Update libunwind
2024-05-17 09:21:23 +00:00
Alexey Milovidov
b9fc57c91d
Update src/Storages/MergeTree/MergeTreeIndexFullText.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:20 +02:00
Alexey Milovidov
eb06816a71
Update src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:15 +02:00
Alexey Milovidov
7b81f3142a
Update src/Storages/MergeTree/MergeTreeIndexBloomFilter.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:10 +02:00
Alexey Milovidov
64a5bbe683 Update test 2024-05-17 10:24:37 +02:00
Alexey Milovidov
cb9d35e490 Merge branch 'master' into update-datasketches 2024-05-17 10:23:50 +02:00
Alexey Milovidov
26501178e6 Fix analyzer 2024-05-17 10:23:32 +02:00
Dmitry Novik
91066aeace
Merge pull request #63983 from ClickHouse/fix-limit-by-skip-usunsed-shards
Limit by and skip_unused_shards with analyzer
2024-05-17 08:09:59 +00:00
Caio Ricciuti
3ae37190e8
Update gui.md - Add ch-ui to open-source available tools.
- Added ch-ui to the list of tools for managing ClickHouse databases under "Open source tools"
2024-05-17 08:57:10 +02:00
Alexey Milovidov
0b3b51c274
Merge pull request #64013 from ClickHouse/better-binary-symbols
Better script to collect symbols statistics
2024-05-17 07:20:13 +02:00
Alexey Milovidov
50dea75fff Update libunwind 2024-05-17 07:15:51 +02:00
Alexey Milovidov
6a14502cbe
Merge pull request #63775 from Algunenano/broken_fuzzer
Fix fuzzer when only explicit faults are used
2024-05-17 05:13:31 +00:00
Alexey Milovidov
0c84c5658c
Merge pull request #63656 from woodlzm/master
Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes.
2024-05-17 04:32:26 +00:00
Alexey Milovidov
c6e40a9288 Better script to collect symbols statistics 2024-05-17 06:26:02 +02:00
Alexey Milovidov
4021e9a507
Merge pull request #63933 from jkartseva/allow-certain-alters-plain-rw
Allow certain ALTER TABLE commands for `plain_rewritable` disk
2024-05-17 03:47:02 +00:00
Alexey Milovidov
f9fa5ba32f
Merge pull request #63930 from ClickHouse/fix-analyzer-mv
Fix analyzer: there's turtles all the way down...
2024-05-17 03:46:02 +00:00
Alexey Milovidov
56905d25ea Add a test 2024-05-17 05:44:28 +02:00
Alexey Milovidov
95a452f87c Update to the latest version where the patch is included 2024-05-17 05:41:32 +02:00
Alexey Milovidov
cf73866903
Merge pull request #63939 from kitaisreal/recursive-cte-distributed-fix
Recursive CTE distributed fix
2024-05-17 03:07:27 +00:00
Alexey Milovidov
2bee6d295e
Merge pull request #63948 from azat/build/c++expr
Some usability improvements for c++expr script
2024-05-17 01:32:47 +00:00
Alexey Milovidov
4b73ae8340
Merge pull request #63946 from azat/build/libunwind-fixes
Insignificant libunwind build fixes
2024-05-17 03:34:53 +02:00
Alexander Tokmakov
d9d6950965
Merge pull request #63549 from ClickHouse/rdb_auto_recovery
Automatically recover Replicated database if the queue got stuck
2024-05-16 22:48:58 +00:00
avogar
4b178b5d35 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-data-type 2024-05-16 22:03:59 +00:00
Mikhail f. Shiryaev
055428a502
Merge pull request #63999 from GMartinez-Sisti/ci-tailscale
chore(ci-workers): remove reusable from tailscale key
2024-05-16 21:41:06 +00:00