Commit Graph

107710 Commits

Author SHA1 Message Date
Alexey Milovidov
d102c4eafe
Update Context.h 2023-02-14 11:12:40 +03:00
Alexey Milovidov
bd64098ee9
Update HTTPHandler.cpp 2023-02-14 11:11:24 +03:00
Alexey Milovidov
307551f857
Update NativeFormat.cpp 2023-02-14 11:08:33 +03:00
Geoff Genz
be8bf3a6a3
Merge branch 'master' into http_client_version 2023-02-13 08:43:59 -07:00
Antonio Andelic
95db6fb1a6
Merge pull request #45659 from ClickHouse/add-support-for-settings-alias
Add support for settings aliases/Rename `replication_alter_partitions_sync` to `alter_sync`
2023-02-13 15:31:12 +01:00
Nikolai Kochetov
ca55c01b6e
Wait for background tasks in ~UploadHelper (#46334) 2023-02-13 15:08:16 +01:00
Mikhail f. Shiryaev
92f2e904ee
Merge pull request #45980 from ClickHouse/avoid-backport-contrib
Improve local running of cherry_pick.py
2023-02-13 14:16:58 +01:00
Kruglov Pavel
8d15a019a2
Merge pull request #46073 from zk-kiger/improve_format_datetime_joda
Add new functionality to the function FormatDataTime
2023-02-13 13:33:09 +01:00
Vladimir C
00d9289366
Merge pull request #46175 from ClickHouse/vdimir/join_filtering_step_pipeline_stuck 2023-02-13 13:22:17 +01:00
Alexey Milovidov
8265db80ff
Merge pull request #46309 from ClickHouse/revert-39737
[RFC] Revert #39737
2023-02-13 14:41:02 +03:00
Alexey Milovidov
72b991ba19
Merge pull request #45981 from azat/build/rust-rebuild-fix
Properly detect changes in Rust code and recompile Rust libraries
2023-02-13 14:40:45 +03:00
Alexey Milovidov
1bf4aa0dd5
Merge branch 'master' into build/rust-rebuild-fix 2023-02-13 14:40:15 +03:00
Vladimir C
1a89ecd386 Apply suggestions from code review
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
2023-02-13 12:17:56 +01:00
vdimir
e4c0afcc3e Do not build filtering set for sorting join with const columns 2023-02-13 12:17:56 +01:00
Alexey Milovidov
9be1bba92f
Merge pull request #46310 from ClickHouse/replicas_status_remove_mutex
Remove mutex from replicas_status
2023-02-13 13:36:11 +03:00
Robert Schulze
9f47378421
Merge pull request #46328 from ClickHouse/rs/better-yasm-error
Slightly improve error message for required Yasm assembler
2023-02-13 11:09:39 +01:00
Robert Schulze
8b8ca25b18
Slightly improve error message for required Yasm assembler 2023-02-13 09:17:48 +00:00
Alexey Milovidov
1b912c07cd
Merge pull request #42391 from ClickHouse/filimonov-kafka-Local-No-offset-stored
Attempt to fix 'Local: No offset stored message' from Kafka
2023-02-13 10:49:49 +03:00
Antonio Andelic
8d16fe5793
Merge branch 'master' into add-support-for-settings-alias 2023-02-13 08:46:00 +01:00
Alexey Milovidov
445f75205c Merge pull request #46298 from jrdi/patch-1
Fix macOs compilation due to sprintf
2023-02-13 10:35:09 +03:00
Dan Roscigno
5dd6f25d5d
Merge pull request #46276 from ClickHouse/document-log-compression
docs for logger stream_compression
2023-02-12 21:55:33 -05:00
Alexey Milovidov
ddd21ac706
Merge pull request #46313 from ClickHouse/read-task-instrumentation
Instrumentation of callbacks (read tasks of parallel replicas) for distributed queries
2023-02-13 03:38:24 +03:00
Alexander Gololobov
f3fa3d868c
Merge pull request #46312 from ClickHouse/watchdog-allow-restart
Add an option for watchdog to restart the child process
2023-02-12 23:26:38 +01:00
Nikolay Degterinsky
a7603aad69
Merge pull request #46096 from HarryLeeIBM/hlee-s390x-checksum
Fix endian issue in CityHash for s390x
2023-02-12 21:46:30 +01:00
Dan Roscigno
e86b83fbd1
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-02-12 14:55:52 -05:00
Mikhail f. Shiryaev
839dfa8c60
Merge pull request #45823 from ClickHouse/do-not-cancel-created-prs
Do not cancel created prs
2023-02-12 16:00:28 +01:00
Alexey Milovidov
2e57fab8e3 Instrumentation of callbacks for distributed queries 2023-02-12 10:04:05 +01:00
Alexey Milovidov
4315853d95 Add an option for watchdog to restart the child process 2023-02-12 09:45:24 +01:00
robot-clickhouse-ci-1
4217e65c5a
Merge pull request #46161 from attack204/addParts
add parts, active_parts total_marks to system.tables
2023-02-12 09:20:10 +01:00
Alexey Milovidov
e6b44756dc Fixed build 2023-02-12 07:45:28 +01:00
Alexey Milovidov
b8cbc947ce Remove mutex from replicas_status 2023-02-12 07:39:16 +01:00
Alexey Milovidov
e2079b78a3 [RFC] Revert #39737 2023-02-12 07:24:42 +01:00
Alexey Milovidov
69422a31fe
Merge pull request #46297 from 7vikpeculiar/min2_function_doc_fix
Min Function Documentation Fix
2023-02-12 06:59:54 +03:00
Alexey Milovidov
384ae944fe Merge branch 'master' into filimonov-kafka-Local-No-offset-stored 2023-02-12 04:01:07 +01:00
Alexey Milovidov
5f00bc49f8
Merge branch 'master' into addParts 2023-02-12 05:55:18 +03:00
Alexey Milovidov
a97f9b2caf
Update MergeTreeData.cpp 2023-02-12 05:55:07 +03:00
Alexey Milovidov
6e0dab71ed
Merge pull request #46188 from bigo-sg/rewrite_array_exists
Rewrite array exists to has
2023-02-12 05:53:22 +03:00
Alexey Milovidov
395d6b6bd5
Merge pull request #46282 from CurtizJ/return-back-vertical-merges
Allow vertical merges from compact to wide parts [2]
2023-02-12 05:51:12 +03:00
Alexey Milovidov
b9844f9876
Merge pull request #46287 from CheSema/fix-flaky-00738
suppressing test inaccuracy 00738_lock_for_inner_table
2023-02-12 05:50:46 +03:00
Alexey Milovidov
732a030036
Merge pull request #46288 from azat/tests/simplify-attach-from-s3
Simplify ATTACH MergeTree table FROM S3 in tests
2023-02-12 05:31:24 +03:00
Alexander Tokmakov
7448cd2110
Merge pull request #46301 from ClickHouse/revert-46281-tavplubix-patch-5
Revert "Beter diagnostics from http in clickhouse-test"
2023-02-11 21:02:24 +03:00
Alexander Tokmakov
8e145450bd
Revert "Beter diagnostics from http in clickhouse-test" 2023-02-11 21:01:50 +03:00
Nikolay Degterinsky
01d904daf7
Merge pull request #46280 from Algunenano/zstd_154
Update zstd to 1.5.4
2023-02-11 17:19:04 +01:00
Kseniia Sumarokova
ed6f623f3a
Merge pull request #46168 from kssenii/resubmit-prefetches
Allow to increase prefetching of data for reads
2023-02-11 16:22:47 +01:00
Kseniia Sumarokova
f5a05ac87a
Merge pull request #46295 from ClickHouse/kssenii-patch-6
Update RabbitMQProducer.cpp
2023-02-11 16:21:12 +01:00
Robert Schulze
a8dd391986
Merge pull request #46279 from ClickHouse/rs/less-flaky-02346-full-text-search
Try to make 02346_full_text_search less flaky
2023-02-11 16:04:37 +01:00
Kruglov Pavel
e84baa9106
Merge pull request #43179 from tonickkozlov/tonickkozlov/add-interserver-dns-retries
CLICKHOUSE-2375 Add interserver DNS retries
2023-02-11 14:35:40 +01:00
Jordi Villar
331662b1a7
Fix macOs compilation due to sprintf 2023-02-11 13:20:56 +01:00
7vikpeculiar
3ec2303800 Min Function Doc Fix 2023-02-11 17:28:39 +05:30
kssenii
f37519aa3b Remove noisy logging 2023-02-11 11:39:11 +01:00