Commit Graph

128104 Commits

Author SHA1 Message Date
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
Nikolai Kochetov
95ee6426ed \Merge branch 'master' into fix-02404_memory_bound_merging-with-analyzer 2023-11-09 15:40:48 +00:00
Robert Schulze
f5786cf417
Merge remote-tracking branch 'rschu1ze/master' into parallel-submodules 2023-11-09 15:10:23 +00:00
kssenii
41a880e57c Review fix 2023-11-09 16:03:51 +01: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
Kseniia Sumarokova
a9fe190a3f
Fix tests 2023-11-09 12:57:42 +01:00
Nikolai Kochetov
d1c1e52030 Merge branch 'master' into fix-02404_memory_bound_merging-with-analyzer 2023-11-09 11:51:00 +00: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
Nikolai Kochetov
318bb04498 Merge branch 'master' into fix-02404_memory_bound_merging-with-analyzer 2023-11-09 11:45:53 +00: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
Nikolay Degterinsky
96f558f51a Fix ALTER COMMENT queries ON CLUSTER 2023-11-09 06:19:00 +00:00
Nikolay Degterinsky
895ab2e57a
Fix style 2023-11-09 06:06:26 +01:00
Nikolay Degterinsky
881dde00b2 Fix default port for Replicated database cluster 2023-11-08 23:40:54 +00:00
Nikolay Degterinsky
cc0d447c52 Fix ON CLUSTER queries without local database 2023-11-08 23:30:35 +00:00
Alexey Milovidov
2ce0ef9c8a Enable HTTP OPTIONS method by default 2023-11-09 00:23:20 +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
Mikhail f. Shiryaev
af2795ad75
Work around issues with GH callable actions 2023-11-08 17:16:17 +01:00
Mikhail f. Shiryaev
614b2a1795
Rewrite build jobs to use callable workflow 2023-11-08 17:16:17 +01:00
Mikhail f. Shiryaev
23b29b00d1
Create common setup and cleanup actions 2023-11-08 17:16:16 +01:00
Alexey Milovidov
9ee7fc8119
Merge pull request #56467 from ClickHouse/auto/v23.10.2.13-stable
Update version_date.tsv and changelogs after v23.10.2.13-stable
2023-11-08 17:09:10 +01:00
Alexey Milovidov
c5da5589db
Merge pull request #56470 from ClickHouse/auto/v23.3.16.7-lts
Update version_date.tsv and changelogs after v23.3.16.7-lts
2023-11-08 17:08:44 +01:00
Alexey Milovidov
8d16a937ef
Merge pull request #56469 from ClickHouse/auto/v23.8.6.16-lts
Update version_date.tsv and changelogs after v23.8.6.16-lts
2023-11-08 17:08:35 +01:00
Alexey Milovidov
eedc26a96b
Merge pull request #56468 from ClickHouse/auto/v23.9.4.11-stable
Update version_date.tsv and changelogs after v23.9.4.11-stable
2023-11-08 17:08:25 +01:00
Alexey Milovidov
6b0ff0509b
Merge pull request #56472 from ClickHouse/alexey-milovidov-patch-7
Update sampling-query-profiler.md
2023-11-08 17:07:54 +01:00
Alexey Milovidov
565559b7f3
Update sampling-query-profiler.md 2023-11-08 19:07:34 +03:00
robot-ch-test-poll4
9603c344cd
Merge pull request #56463 from pppeace/patch-1
Update wikistat.md
2023-11-08 16:46:57 +01:00