Commit Graph

128001 Commits

Author SHA1 Message Date
Kseniia Sumarokova
e48df94772
Merge pull request #56377 from ClickHouse/minor-improvements-for-s3-queue
Minor improvements for S3Queue
2023-11-10 11:28:09 +01:00
Alexander Gololobov
696bd2644f
Merge pull request #56547 from ClickHouse/better-warning
Better warning message
2023-11-10 10:41:44 +01:00
Alexander Gololobov
0a1078bb37
Merge pull request #56548 from ClickHouse/system-symbols-pick
Add a table `system.symbols`
2023-11-10 10:37:11 +01:00
Antonio Andelic
ba7b684810
Merge pull request #53481 from myrrc/fix/reconfig-leader-replace
Keeper `reconfig`: add timeout before yielding/taking leadership
2023-11-10 09:32:40 +01:00
Alexey Milovidov
47132532b8 Fix test 2023-11-10 01:34:03 +01:00
Alexey Milovidov
0d2277b6c1
Merge pull request #56549 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-11-10 00:13:01 +01:00
Tyler Hannan
8f727c3dff
Update README.md
updating release webinar recording and removing meetup
2023-11-09 17:01:53 -06:00
Alexey Milovidov
1d51727aa5
Update symbols.md 2023-11-10 01:47:00 +03:00
Alexey Milovidov
e76c6b186a Fix test 2023-11-09 23:45:11 +01:00
Alexey Milovidov
294b55a618 Fix test 2023-11-09 23:45:11 +01:00
Alexey Milovidov
60978f58ec Add a test 2023-11-09 23:43:51 +01:00
Alexey Milovidov
29b75d034a Fix FreeBSD 2023-11-09 23:43:12 +01:00
Alexey Milovidov
2c220ba5ec Fix FreeBSD 2023-11-09 23:43:12 +01:00
Alexey Milovidov
84ada59e42 Fix FreeBSD 2023-11-09 23:43:12 +01:00
Alexey Milovidov
d41d1a205e Add docs 2023-11-09 23:43:12 +01:00
Alexey Milovidov
8f67894157 Add table system.symbols 2023-11-09 23:43:12 +01:00
Alexey Milovidov
2b7346d755 Better warning message 2023-11-09 23:38:30 +01:00
Mikhail f. Shiryaev
bda459ab4d
Merge pull request #56479 from rschu1ze/parallel-submodules
Parallel clone sparse/shallow submodules
2023-11-09 18:28:03 +01:00
robot-clickhouse-ci-1
af785a8f4d
Merge pull request #56497 from ClickHouse/Change_keeper_compression_to_LZ4
Updated compression to LZ4
2023-11-09 18:26:43 +01:00
Mike Kot
785183bb3c Keeper reconfig -- sleep before removing leader to avoid losing accepted
but uncommitted commands
2023-11-09 16:22:44 +00:00
MikhailBurdukov
c391527c86
Select from system tables when table based on table function. (#55540)
* Select system tables from table function

* disable test in fasttest

* update test

* Using cached_columns in table_functions

* Review changes

* Fix
2023-11-09 16:50:10 +01:00
Robert Schulze
f5786cf417
Merge remote-tracking branch 'rschu1ze/master' into parallel-submodules 2023-11-09 15:10:23 +00:00
Kseniia Sumarokova
bc25839be8
Merge pull request #56518 from ClickHouse/vitlibar-fix-compilation-backups-worker
Fix compilation of BackupsWorker.cpp
2023-11-09 15:58:51 +01:00
Kseniia Sumarokova
d91d68d9cc
Merge branch 'master' into vitlibar-fix-compilation-backups-worker 2023-11-09 15:37:14 +01:00
Robert Schulze
44d5617325
12.7% more aesthetic 2023-11-09 14:25:59 +00:00
Mikhail f. Shiryaev
a807a80d1e
Merge pull request #56385 from ClickHouse/modules-actions
Rewrite jobs to use callable workflow
2023-11-09 15:19:58 +01:00
Vitaly Baranov
e48d9f18a8
Update BackupsWorker.cpp 2023-11-09 15:01:25 +01:00
Sema Checherinda
ceb3a8154a
Merge pull request #56475 from CheSema/complete-mp-404
recheck 404 response for complete multipart upload
2023-11-09 14:58:57 +01:00
Nikolai Kochetov
c643069b0d
Merge pull request #54905 from nickitat/fix_key_analysis_merge_engine
Fix key analysis (with set) for `Merge` engine
2023-11-09 14:52:54 +01:00
Kseniia Sumarokova
49f9b6d340
Merge pull request #56260 from joelynch/delta-lake-repeated-add
deltalake: Do not raise errors when processing add and remove actions
2023-11-09 13:15:31 +01:00
Kseniia Sumarokova
0760e69e54
Merge pull request #56312 from ClickHouse/parallelize-backup-entries-collector
Parallelize `BackupEntriesCollector`
2023-11-09 13:07:48 +01:00
Kseniia Sumarokova
b05a66b9b5
Update test.py 2023-11-09 13:04:46 +01:00
Kseniia Sumarokova
a9d8e4170f
Merge pull request #56387 from ClickHouse/fix-backup-of-mv-with-no-inner-table
Allow backup of mat view with dropped inner table instead of failing the backup
2023-11-09 13:02:41 +01:00
Nikolai Kochetov
0bfa2b6975
Merge pull request #56254 from ClickHouse/aggregate-by-partition-analyzer
Properly process aliases for aggregation-by-partition optimization.
2023-11-09 12:49:25 +01:00
Nikolai Kochetov
f7e7089bc9
Merge pull request #56391 from ClickHouse/rocks-db-analyzer
Fix rocksdb with analyzer.
2023-11-09 12:48:18 +01:00
Robert Schulze
93d8fc231c
Try to fix invocation from outside 2023-11-09 11:39:50 +00:00
Robert Schulze
949863872a
Merge pull request #56059 from rschu1ze/bump-grpc
Bump gRPC to v1.47.5
2023-11-09 11:35:38 +01:00
Robert Schulze
fe397a3110
Parallelize with xargs 2023-11-09 10:17:49 +00:00
Smita Kulkarni
9a9efdcf7d Updated compression to LZ4 as its better in performance 2023-11-09 10:10:22 +01:00
Antonio Andelic
e9542e4153
Merge pull request #54957 from ClickHouse/49507_Support_compression_for_keeper_protocol
Support compression for keeper protocol
2023-11-09 10:00:19 +01:00
Robert Schulze
a5a7a16096
Merge pull request #56478 from rschu1ze/docs-fetch-repo
Docs: Update instructions to fetch the repo
2023-11-08 23:24:57 +01:00
Robert Schulze
fa470b16e5
Parallel clone sparse/shallow submodules
(buzzword overload in the title, sorry)

Script update-submodules.sh does a sparse and shallow checkout of
submodules. It is offered as convenience for developers who want to
avoid long checkout times and save disk space. The script is called by a
few build jobs in CI to check that it doesn't break. This PR
parallelizes the actual checkout which reduces script runtime from 425
sec to 258 sec.
2023-11-08 20:02:40 +00:00
Sema Checherinda
7f34e0b24e recheck 404 response for complete multipart upload 2023-11-08 20:51:49 +01:00
Robert Schulze
9b2a65e10e
Docs: Update instructions to fetch the repo 2023-11-08 19:51:02 +00:00
Alexander Gololobov
517a184d5a
Make IMergeTreeDataPart::getState() inlinable (#56461) 2023-11-08 20:30:45 +01:00
Peignon Melvyn
ba87360114
Mark MaterializedPostreSQL as experimental in docs (#56462) 2023-11-08 20:26:19 +01:00
Robert Schulze
b9fafb5561
Try to fix sparse checkout 2023-11-08 17:18:05 +00:00
Yarik Briukhovetskyi
b8ea31db43
Merge pull request #56309 from yariks5s/preferred_optimize_projection_name
New setting preferred_projection_name
2023-11-08 18:06:03 +01:00
Nikolai Kochetov
7eacea4c51
Update src/Processors/QueryPlan/Optimizations/useDataParallelAggregation.cpp
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
2023-11-08 17:28:57 +01:00
Mikhail f. Shiryaev
6dc0534143
Move sparse checkout logic to ci_config 2023-11-08 17:16:18 +01:00