serxa
|
534db794c1
|
more review fixes
|
2023-01-09 15:05:41 +00:00 |
|
serxa
|
88c3c2946b
|
review fixes + split into files
|
2023-01-09 14:58:44 +00:00 |
|
Alexander Gololobov
|
742887ce53
|
Merge pull request #44718 from ClickHouse/lwd_mutation_always_sync
Make lightweight deletes always synchronous
|
2023-01-09 15:58:02 +01:00 |
|
Nikolai Kochetov
|
86324e231c
|
Fix Cannot capture column for nested lambda with LowCardinality
|
2023-01-09 14:57:09 +00:00 |
|
Maksim Kita
|
f96cdc7e47
|
Analyzer function IN crash fix
|
2023-01-09 15:35:14 +01:00 |
|
Alexander Gololobov
|
321c987a51
|
Merge branch 'master' into liangliangpan-patch-fix-alter-ttl-error
|
2023-01-09 15:17:12 +01:00 |
|
Ivan Blinkov
|
61c2f23713
|
Remove leftover empty lines at the end of markdown files
|
2023-01-09 15:15:18 +01:00 |
|
Ivan Blinkov
|
b7e082d033
|
Remove "Original article links"
|
2023-01-09 15:13:36 +01:00 |
|
Antonio Andelic
|
22679ddf11
|
Add comment
|
2023-01-09 14:26:20 +01:00 |
|
Anton Popov
|
1e5d6e44a5
|
fix deadlock at shutdown
|
2023-01-09 13:07:46 +00:00 |
|
Maksim Kita
|
83a8d3ed25
|
RangeHashedDictionary update field primary key fix
|
2023-01-09 13:52:15 +01:00 |
|
taiyang-li
|
a8da7b4c20
|
change as request
|
2023-01-09 20:39:46 +08:00 |
|
taiyang-li
|
4bc2c61406
|
change as request
|
2023-01-09 20:37:16 +08:00 |
|
Antonio Andelic
|
a39f437306
|
Typo fix
|
2023-01-09 13:34:48 +01:00 |
|
Kseniia Sumarokova
|
b22b51213f
|
Merge pull request #44868 from kssenii/improve-async-buffer-from-remote
Small perf improvement for async buffer from remote
|
2023-01-09 13:31:15 +01:00 |
|
Nikita Taranov
|
006fdd32d4
|
Apply preallocation optimisation more carefully (#44455)
* impl
* add perf test
* fix
* review fixes
|
2023-01-09 13:30:48 +01:00 |
|
Nikita Mikhaylov
|
857799fbca
|
Parallel distributed insert select with s3Cluster [3] (#44955)
* Revert "Revert "Resurrect parallel distributed insert select with s3Cluster (#41535)""
This reverts commit b8d9066004 .
* Fix build
* Better
* Fix test
* Automatic style fix
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
|
2023-01-09 13:30:32 +01:00 |
|
Kseniia Sumarokova
|
9ae5ad202a
|
Merge pull request #44707 from xiedeyantu/s3-add-config
S3 support upload object using storage class INTELLIGENT_TIERING
|
2023-01-09 13:28:53 +01:00 |
|
Mikhail f. Shiryaev
|
1e4fe038f5
|
Add logs to docker_server reports
|
2023-01-09 13:21:31 +01:00 |
|
Maksim Kita
|
5809c6a325
|
Analyzer ARRAY JOIN crash fix
|
2023-01-09 13:16:10 +01:00 |
|
Nikita Taranov
|
82963e4227
|
impl
|
2023-01-09 12:12:55 +00:00 |
|
Antonio Andelic
|
27b2bae640
|
make it better
|
2023-01-09 12:01:22 +00:00 |
|
Antonio Andelic
|
a4f35d5da9
|
Merge branch 'master' into fix-coordination-unit-tests
|
2023-01-09 12:00:55 +00:00 |
|
Kseniia Sumarokova
|
119501f1d9
|
Merge pull request #44698 from Avogar/parquet-bool
Support Bool type in Arrow/Parquet/ORC
|
2023-01-09 12:56:28 +01:00 |
|
kssenii
|
7764fd9ac9
|
Fix possible cannot-read-all-data
|
2023-01-09 12:47:55 +01:00 |
|
taiyang-li
|
64bbdee824
|
fix stule
|
2023-01-09 19:36:51 +08:00 |
|
Mikhail f. Shiryaev
|
c38bb5ec00
|
Add Path as an option for TeePopen log_file
|
2023-01-09 12:10:30 +01:00 |
|
Mikhail f. Shiryaev
|
425f7459d3
|
Improve report for docker_server.py
|
2023-01-09 12:10:30 +01:00 |
|
Mikhail f. Shiryaev
|
fc4d6e41cf
|
Fix possible issue in process_logs by strict typing
|
2023-01-09 12:10:29 +01:00 |
|
Mikhail f. Shiryaev
|
36e402b10d
|
Add typing to create_build_html_report
|
2023-01-09 12:10:28 +01:00 |
|
Mikhail f. Shiryaev
|
84861c2b7c
|
Add TODO to style-check image
|
2023-01-09 12:10:26 +01:00 |
|
Mikhail f. Shiryaev
|
db96f9e3db
|
Rework test_results list/tuple/whatever into class
|
2023-01-09 12:09:47 +01:00 |
|
Mikhail f. Shiryaev
|
10aa2207b3
|
Add typing to stopwatch.py
|
2023-01-09 12:07:27 +01:00 |
|
Alexander Gololobov
|
ebb17c6a76
|
More generic fix
|
2023-01-09 12:06:58 +01:00 |
|
Alexander Gololobov
|
dfc208bb01
|
Also check ALTER DELETE after lightweight delete and TTL
|
2023-01-09 12:05:52 +01:00 |
|
Vladimir C
|
75e9a45341
|
Merge pull request #44716 from ClickHouse/vdimir/merge_engine_nullable
|
2023-01-09 11:38:04 +01:00 |
|
taiyang-li
|
20c7c0b1ef
|
change as request
|
2023-01-09 18:21:31 +08:00 |
|
lgbo-ustc
|
b639bcabc0
|
some fixes
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
f127b3a60a
|
update ArrowFieldIndexUtil
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
a3bdfddc9d
|
support nested table
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
4f3f781b85
|
fixed test case
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
755f03db4e
|
fixed
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
f6850d96cb
|
fixed missing columns
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
4cf6beee27
|
fixed
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
81e2832133
|
fixed
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
77cea49cec
|
fixed including header failure
|
2023-01-09 18:13:00 +08:00 |
|
lgbo-ustc
|
8f8f6f966b
|
Optimization for reading struct fields in parquet/orc files
|
2023-01-09 18:13:00 +08:00 |
|
Roman Vasin
|
d5c8132ab2
|
Merge branch 'master' into ADQM-634
|
2023-01-09 11:34:40 +03:00 |
|
Roman Vasin
|
2995c6d866
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-634
|
2023-01-09 08:26:45 +00:00 |
|
Sergei Trifonov
|
a4470dd1b2
|
Update src/Common/Threading.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2023-01-09 09:01:44 +01:00 |
|