Commit Graph

147161 Commits

Author SHA1 Message Date
Alexey Milovidov
f10165c206 Merge branch 'master' into remove-noisy-message 2024-07-12 23:17:56 +02:00
Nikita Taranov
b919afc955
Merge branch 'master' into limit_linker_jobs_on_aarch 2024-07-12 22:40:08 +02:00
Nikita Fomichev
2dc7d1f510 Stateless tests: fix flaky tests 2 2024-07-12 21:09:10 +02:00
Nikita Taranov
5289a3dc22
Merge branch 'master' into limit_linker_jobs_on_aarch 2024-07-12 20:51:48 +02:00
Max K
1495ef3218 CI: Set error status for job with OOM 2024-07-12 20:38:13 +02:00
Max K
5b1e9bebe4 change thresholds 2024-07-12 20:22:05 +02:00
Yarik Briukhovetskyi
0bb3d07e8e
fix 2024-07-12 20:12:39 +02:00
Nikita Taranov
8d07c522f1 reduce amount of parallel linker jobs further 2024-07-12 18:44:12 +01:00
Vitaly Baranov
90142b73ad
Merge pull request #66284 from vitlibar/add-stateless-test-for-grpc
Add a stateless test for gRPC protocol
2024-07-12 17:32:06 +00:00
Alexander Tokmakov
b38928b09f
Update 00992_system_parts_race_condition_zookeeper_long.sh 2024-07-12 19:25:32 +02:00
Nikolai Kochetov
00fa457a5d Fixing test. 2024-07-12 17:06:07 +00:00
Max K
8a5088fcc9
Merge pull request #66407 from ClickHouse/ci_skip_pending_jobs_in_prs
CI: Skip pending and not affected jobs from PR workflow run
2024-07-12 16:11:58 +00:00
Nikolai Kochetov
64d2b01d4a Fixing style 2024-07-12 15:51:16 +00:00
Nikita Fomichev
c06589392b Stateless tests: fix flaky tests 2024-07-12 17:21:11 +02:00
Raúl Marín
6e67edfeaa Conflicts 2024-07-12 16:45:42 +02:00
Raúl Marín
4d4bf0e3db Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-12 16:35:07 +02:00
Raúl Marín
3c00119467 Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-12 16:34:52 +02:00
Alexander Tokmakov
3ffadf04c1
Merge pull request #66140 from ClickHouse/tavplubix-patch-10
Finalize session on hardware error from ZooKeeper
2024-07-12 13:59:53 +00:00
Max K
05810ec76f do not skip Build_report 2024-07-12 15:40:06 +02:00
Nikita Fomichev
258ae45aa8
Merge pull request #66411 from ClickHouse/fix-hanging-on-gdb
Stateless tests: deal with hang-ups more roughly
2024-07-12 13:25:46 +00:00
Vitaly Baranov
c65e86fbe6
Merge pull request #66295 from vitlibar/fix-error-reporting-while-copying_to_s3
Fix error reporting while copying to S3 or AzureBlobStorage
2024-07-12 13:24:07 +00:00
Max K
666f5ffaf9 mypy fix 2024-07-12 15:17:51 +02:00
Max Kainov
a3ab1ab5ca CI: Do not block on few number of test failures 2024-07-12 13:12:50 +00:00
robot-clickhouse
ed693da2b0 Automatic style fix 2024-07-12 12:34:25 +00:00
Max K
f9eb0f9efd ci unit test 2024-07-12 14:27:18 +02:00
Max K
a4591a4dc4 CI: Skip pending and not affected jobs from PR workflow run 2024-07-12 14:27:18 +02:00
Nikita Taranov
3e64271989
Merge pull request #66336 from ClickHouse/nickitat-patch-25
Enable checks in assert_cast under sanitizers
2024-07-12 12:25:50 +00:00
Nikita Taranov
851db16e30
Merge branch 'master' into limit_linker_jobs_on_aarch 2024-07-12 14:18:25 +02:00
Nikita Taranov
c7180e67bd impl 2024-07-12 13:08:53 +01:00
Raúl Marín
ad21a9307f
Merge pull request #66412 from guspan-tanadi/sectionlinklocal
docs(clickhouse-local): intended section link
2024-07-12 11:40:00 +00:00
Raúl Marín
c2360ba562
Merge pull request #66429 from Blargian/docs_initHashXYZ
[Docs] update `intHash32`, `intHash64`
2024-07-12 11:39:06 +00:00
Raúl Marín
cd9e4a6dce
Merge pull request #66430 from Blargian/docs_last_value_respect_nulls
[Docs] replace `*_respect_nulls` with note about modifier in `any`, `anyLast`
2024-07-12 11:37:14 +00:00
Kruglov Pavel
1e9f47707f
Fix optimizing array size to subcolumns in dynamic subcolumn 2024-07-12 13:05:40 +02:00
Kruglov Pavel
dbfc9fc71f
Update 03036_dynamic_read_subcolumns.sh 2024-07-12 13:04:41 +02:00
Raúl Marín
633db10d39
Update docs/en/sql-reference/functions/hash-functions.md 2024-07-12 12:58:14 +02:00
Blargian
3806ab7ef1 remove *_respect_nulls and modify any, anyLast to reflect that they can use modifier RESPECT NULLS 2024-07-12 12:50:19 +02:00
maxvostrikov
64764a531f squash! added a stateless test to check if an analyser bug described in https://github.com/ClickHouse/ClickHouse/issues/66333 is still happening 2024-07-12 12:49:38 +02:00
Nikolai Kochetov
8c2e4900e3 Introduce isServerConstant() flag to functions. 2024-07-12 10:48:34 +00:00
maxvostrikov
2e0f553ce7 squash! added a stateless test to check if an analyser bug described in https://github.com/ClickHouse/ClickHouse/issues/66333 is still happening 2024-07-12 12:27:35 +02:00
Raúl Marín
9bbd24f2ca
Merge pull request #66367 from Blargian/docs_window_functions
[Docs] window functions
2024-07-12 10:18:53 +00:00
Kruglov Pavel
1d2156eaed
Merge pull request #66046 from Avogar/refactor-json-extract
Refactor JSONExtract functions and support more types to reuse its code in new JSON type
2024-07-12 10:18:11 +00:00
Nikita Fomichev
dd6dac6c5a Stateless tests: better sort checks in test report 2024-07-12 12:15:59 +02:00
János Benjamin Antal
f85b6c8969
Merge pull request #66184 from zhongyuankai/refactor_if_constant_condition_visitor
Refactor `OptimizeIfWithConstantConditionVisitor` using `InDepthNodeVisitor`
2024-07-12 10:03:03 +00:00
János Benjamin Antal
659eb92a7c
Merge pull request #65920 from azat/mysql-pool-cleanup
Remove mysqlxx::Pool::Entry assignment operator
2024-07-12 09:56:43 +00:00
vdimir
7781067ba1
Fix pushdown for join with external table
Fix possible incorrect result for queries joining and filtering table external engine (like
PostgreSQL), due to too agressive filter pushdown. Since now, conditions
from where section won't be send to external database in case of outer
join with external table.
2024-07-12 09:54:30 +00:00
alesapin
b4959b25df
Update src/Common/ProfileEvents.cpp 2024-07-12 11:44:44 +02:00
alesapin
713546e510
Update src/Common/ProfileEvents.cpp 2024-07-12 11:44:34 +02:00
Blargian
d9a05bca89 add alias to anyLast_respect_nulls 2024-07-12 11:43:04 +02:00
serxa
8ffe1215f4 Merge branch 'master' into fix-async-loader-dtor-race 2024-07-12 09:36:18 +00:00
Max K
27d7fd05a9
Merge pull request #66417 from ClickHouse/ci_boddy_post_from_master_only
CI: CIBuddy to post from master only
2024-07-12 09:34:22 +00:00