Maximilian Roos
1df6f4cd5c
fix(rust): Fix skim's panic handler
2024-02-29 21:26:39 -08:00
Julia Kartseva
891689a415
Merge pull request #60196 from azat/preliminary-filters-fix
...
Fix actions execution during preliminary filtering (PK, partition pruning)
2024-02-29 10:17:05 -08:00
robot-ch-test-poll1
7f0494b130
Merge pull request #60587 from ClickHouse/ci_fix_build_job_status
...
CI: fix for build job cache record status
2024-02-29 21:27:36 +04:00
Mikhail f. Shiryaev
af63125aaa
Merge pull request #60316 from ClickHouse/tailscale-ami
...
Install tailscale during AMI build and set it up on runners
2024-02-29 17:47:44 +01:00
Raúl Marín
079e916c8e
Merge pull request #60496 from Algunenano/double-whitespaces
...
Speedup check-whitespaces check
2024-02-29 17:45:43 +01:00
Raúl Marín
28820dad82
Merge pull request #60498 from ZhiguoZh/20240228-andfilter-opt
...
Auto-vectorize DB::andFilters
2024-02-29 17:02:09 +01:00
Max Kainov
bd423c5ac5
CI: fix for build job cache record status
...
#job_package_release #job_style_check
2024-02-29 15:55:05 +00:00
Raúl Marín
423701a309
Merge pull request #60418 from arthurpassos/test_attach_partition_fails_materialized_column
...
Add test that validates attach partition fails if structure differs because of materialized column
2024-02-29 16:47:11 +01:00
Raúl Marín
d661acc7b0
Merge pull request #60551 from pamarcos/patch-2
...
Fix typo in query_thread_log doc
2024-02-29 16:41:31 +01:00
Max K
01456f3f0c
Merge pull request #60455 from ClickHouse/ci_job_scripts_wo_input_params
...
CI: remove input params for job scripts
2024-02-29 15:51:10 +01:00
Yarik Briukhovetskyi
38bf7cfb59
Merge pull request #60004 from yariks5s/fix_datetime64_scale_conversion
...
Fix scale conversion for DateTime64
2024-02-29 15:45:54 +01:00
Max K
b4357d153d
Merge pull request #60554 from ClickHouse/ci_fix_docker_job_name_arch_suffix
...
CI: fix docker build job name
2024-02-29 15:25:51 +01:00
Max Kainov
64a2b6551a
CI: fix docker build job name
...
#do_not_test
2024-02-29 13:32:33 +00:00
Alexander Tokmakov
8141e1c3d1
Merge pull request #60570 from ClickHouse/revert-59595-vdimir/analyzer/comute_alias_columns
...
Revert "Analyzer: compute ALIAS columns right after reading"
2024-02-29 14:25:08 +01:00
Alexander Tokmakov
2dedfd6cf9
Revert "Analyzer: compute ALIAS columns right after reading"
2024-02-29 14:22:07 +01:00
Raúl Marín
f9318d6dc4
Merge remote-tracking branch 'blessed/master' into double-whitespaces
2024-02-29 14:13:34 +01:00
robot-clickhouse
fb099bbd62
Merge pull request #60557 from ClickHouse/ci_add_ci_set_analyzer
...
CI: configure ci_set_analyzer
2024-02-29 14:11:35 +01:00
Max Kainov
0df8db5c3f
CI: configure ci_set_analyzer
...
#do_not_test
2024-02-29 12:44:55 +00:00
Raúl Marín
0ad0344dc7
Merge pull request #60547 from Algunenano/syslog
...
Remove broken test while we fix it
2024-02-29 13:34:09 +01:00
Pablo Marcos
4db4a82ae0
Update thread_id to sync with Russian doc
2024-02-29 13:31:36 +01:00
Raúl Marín
601080ae37
Merge remote-tracking branch 'blessed/master' into syslog
2024-02-29 13:26:31 +01:00
Alexander Tokmakov
ea8a271409
Merge pull request #60550 from ClickHouse/revert-53770-pc
...
Revert "Userspace page cache"
2024-02-29 13:25:41 +01:00
Pablo Marcos
28735a4ba4
Fix typo in query_thread_log doc
...
Fix typo in query_thread_log doc
2024-02-29 13:23:36 +01:00
Alexander Tokmakov
15e1191f74
Revert "Userspace page cache ( #53770 )"
...
This reverts commit 7b55c61551
.
2024-02-29 13:20:17 +01:00
Raúl Marín
8f2881f037
Remove broken test while we fix it
2024-02-29 12:49:14 +01:00
Michael Kolupaev
7b55c61551
Userspace page cache ( #53770 )
...
* Userspace page cache
* Maybe it'll build this time, who knows.
* 'auto' went out of fashion, I guess
* Documentation, tsan workaround, metric 'UnreclaimableRss', disable page cache in the test that uses DatabaseOrdinary
* Moved CachedInMemoryReadBufferFromFile to object store level, changed settings, addressed other comments.
* Fix
* Another fix
* Fix restricted seek, fix ppc64le build
* Don't allow page cache with file cache
* Adjust tests a little
* Fix clang-tidy
* Conflicts
* Comments
* Maybe unbroke AsynchronousBoundedReadBuffer
* SettingsChangesHistory.h
* Fix warning in test
2024-02-29 11:27:32 +00:00
Dmitry Novik
814691bf78
Merge pull request #52230 from JackyWoo/optimize_aggregators_of_group_by_keys
...
New analyzer: add eliminate min/max/any/anyLast aggregators pass
2024-02-29 11:46:26 +01:00
vdimir
5dd81f38fb
Merge pull request #59595 from ClickHouse/vdimir/analyzer/comute_alias_columns
...
Analyzer: compute ALIAS columns right after reading
2024-02-29 10:28:31 +01:00
Robert Schulze
665f048e05
Merge pull request #60481 from kitaisreal/cgroups-memory-usage-observer-cgroups-version-1-fix
...
Fix cgroups v1 rss parsing in CgroupsMemoryUsageObserver
2024-02-29 10:23:44 +01:00
vdimir
09e0e64bc4
Merge pull request #60310 from ClickHouse/vdimir/hashed_dict_logs
...
Minor fixes for hashed dictionary
2024-02-29 09:58:09 +01:00
Antonio Andelic
ad265f978d
Merge pull request #60442 from ClickHouse/keeper-disk-move-fix
...
Keeper: fix moving changelog files between disks
2024-02-29 09:24:07 +01:00
Antonio Andelic
049e46c500
Merge pull request #60477 from ClickHouse/fix-s3cluster
...
Correctly check keys in s3Cluster
2024-02-29 09:20:32 +01:00
Alexey Milovidov
54b7f2fc7f
Merge pull request #60531 from ClickHouse/changelog-24.2
...
Add changelog for 24.2
2024-02-29 06:40:49 +03:00
Alexey Milovidov
3875c56369
Add changelog for 24.2
2024-02-29 04:13:16 +01:00
Alexey Milovidov
df35f19bab
Merge pull request #60512 from ClickHouse/ci_remove_autobackport_bugfix
...
CI: remove autobackport for bugfix
2024-02-29 05:11:20 +03:00
Alexey Milovidov
7c0ee5a783
Merge pull request #60198 from Avogar/variant-improvements
...
Fixes and improvements for Variant type
2024-02-29 03:27:22 +03:00
Alexey Milovidov
e6dffb1f2d
Merge pull request #60379 from rogeryk/improve-pretty-format
...
Improve pretty format if a block consists of a single numeric value and exceeds one million.
2024-02-29 02:20:42 +03:00
Max Kainov
5f88a455ff
CI: remove input params for job scripts
...
#job_style_check
#job_Compatibility_check_amd64
#job_Compatibility_check_aarch64
2024-02-28 22:35:47 +00:00
Alexey Milovidov
e1e66dc2b8
Merge pull request #60095 from ClickHouse/fix-inconsistent-formatting
...
Fix inconsistent formatting of queries
2024-02-29 00:41:40 +03:00
Alexey Milovidov
99f5fbaff2
Merge pull request #60508 from Algunenano/f59920
...
Decrease logging level for http retriable errors to Info
2024-02-29 00:00:31 +03:00
Alexander Tokmakov
25c82a5949
Merge pull request #57798 from kirillgarbar/modify-engine
...
Convert MergeTree tables to replicated on server restart if flag is set
2024-02-28 21:55:15 +01:00
Max Kainov
5a57b9f75e
CI: remove autobackport for bugfix
...
#do_not_test
2024-02-28 19:30:34 +00:00
Raúl Marín
b12245fdc5
Decrease logging level for http retriable errors to Info
2024-02-28 19:47:42 +01:00
Raúl Marín
4023e67ac5
Merge pull request #60138 from Algunenano/max_threads_sanity
...
Add sanity check for number of threads and block size
2024-02-28 19:05:55 +01:00
Max K
2970ca7b6d
Merge pull request #60457 from ClickHouse/ci_auto_ci_backport
...
CI: Auto backport for bugfix and ci-fix
2024-02-28 18:28:22 +01:00
Kruglov Pavel
a7eabbbe3a
Merge branch 'master' into variant-improvements
2024-02-28 17:38:54 +01:00
Maksim Kita
1e76ac8835
Fixed code review issues
2024-02-28 19:30:11 +03:00
Alexey Milovidov
8a272ffd8f
Merge pull request #60466 from ClickHouse/HarryLeeIBM-hlee-ftsearch-test
...
Merge #57434
2024-02-28 19:27:54 +03:00
Raúl Marín
1f807dab6d
Merge pull request #60415 from arthurpassos/test_projection_after_attach_partition
...
Stateless test to validate projections work after attach
2024-02-28 17:26:46 +01:00
Dmitry Novik
cadaa7bf81
Update reference file
2024-02-28 16:25:42 +00:00