Commit Graph

147268 Commits

Author SHA1 Message Date
Igor Nikonov
baf3408b16 Fix: fallback to local plan w/o PR in case of empty table 2024-07-17 11:45:00 +00:00
Igor Nikonov
a3d4fd9246 Fix 02950_parallel_replicas_used_count 2024-07-17 10:01:26 +00:00
Igor Nikonov
fc693cc982 Fix 02982_parallel_replicas_unexpected_cluster 2024-07-16 21:05:27 +00:00
Igor Nikonov
5347754aed Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-16 20:03:36 +00:00
Igor Nikonov
08dc1c8c37 Fallback to local execution in case of cluster(shard) has only one node 2024-07-16 19:59:16 +00:00
Sema Checherinda
c7ae429c10
Merge pull request #65232 from ClickHouse/chesema-less-backoff-timeout-try-2
less backoff timeout try 2
2024-07-16 18:19:45 +00:00
Alexey Milovidov
22707065b0
Merge pull request #66511 from ClickHouse/disable-ctrl-z
Disable suspend on Ctrl+Z in the interactive mode
2024-07-16 17:12:23 +00:00
Nikolai Kochetov
8f60b9776f
Merge pull request #66400 from ClickHouse/fix-group-by-use-null-subquery-scope
Do not check parent scope for group_by_use_nulls outside of subquery.
2024-07-16 16:17:21 +00:00
alesapin
471de5e481
Merge pull request #66585 from ClickHouse/disable-seq-in-parallel
Stateless tests: temporary disable sequential tests in parallel
2024-07-16 15:27:53 +00:00
Nikita Mikhaylov
c0f01d8d04
Merge pull request #66586 from ClickHouse/Avogar-patch-5
Add a note about reading subcolumns from Array type in documentation
2024-07-16 15:00:05 +00:00
Nikita Taranov
9c324fb01a
Merge pull request #66413 from bigo-sg/cross_join_materialize_block
Fix type mismatch in cross join
2024-07-16 14:00:28 +00:00
Nikita Mikhaylov
9bef8a43df
Merge pull request #66564 from ClickHouse/more-clarity-in-the-test
More clarity in the test `03001_consider_lwd_when_merge`
2024-07-16 12:36:43 +00:00
Alexander Tokmakov
ed76e70199
Merge pull request #66535 from ClickHouse/tavplubix-patch-14
Update 01396_inactive_replica_cleanup_nodes_zookeeper.sh
2024-07-16 11:11:59 +00:00
Alexander Tokmakov
ed126634d2
Merge pull request #66529 from ClickHouse/tavplubix-patch-10
Update 02443_detach_attach_partition.sh
2024-07-16 11:08:39 +00:00
Kruglov Pavel
e8627601b5
Add a note about reading subcolumns from Array type in documentation 2024-07-16 13:08:25 +02:00
Sema Checherinda
2d69740e2a Merge branch 'master' into chesema-less-backoff-timeout-try-2 2024-07-16 12:48:27 +02:00
Nikita Fomichev
77c4e6ae8c Stateless tests: disable sequential tests in parallel tests 2024-07-16 12:21:08 +02:00
vdimir
5e18d381a5
Merge pull request #66107 from ClickHouse/vdimir/debug_02956_rocksdb_bulk_sink
Remove flaky case from 02956_rocksdb_bulk_sink
2024-07-16 10:15:42 +00:00
vdimir
724bdb1046
Merge pull request #66402 from ClickHouse/vdimir/fix_external_database_join_pushdown
Fix pushdown for join with external table
2024-07-16 10:15:27 +00:00
Robert Schulze
7ab57b8d53
Merge pull request #66237 from filimonov/cgroup_fix
Fix detection of number of CPUs in containers
2024-07-16 09:03:32 +00:00
Igor Nikonov
0056db42be Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-16 08:57:57 +00:00
Igor Nikonov
4caf9b6e6f Better diagnostic message formatting 2024-07-16 08:57:15 +00:00
Igor Nikonov
27db36cd4f Separate converting actions in separte source file 2024-07-16 08:46:24 +00:00
Nikolai Kochetov
08fd4e53e6 Merge branch 'master' into fix-group-by-use-null-subquery-scope 2024-07-16 10:31:40 +02:00
Igor Nikonov
69c1e68359 Fix clang-tidy warning: remove include duplicate 2024-07-16 07:48:40 +00:00
lgbo-ustc
9c1532e02f add tests 2024-07-16 14:08:42 +08:00
lgbo-ustc
f3047cc78d fixed type mismatch in cross join 2024-07-16 14:08:42 +08:00
Alexey Milovidov
5bc0e1e7f1
Merge pull request #66145 from ClickHouse/fix-async-loader-dtor-race
Proper destruction order of AsyncLoader::Pool fields
2024-07-16 04:02:11 +00:00
Alexey Milovidov
c05b2bfd39 More clarity in the test 03001_consider_lwd_when_merge 2024-07-16 05:33:33 +02:00
Alexey Milovidov
54e16d78f2
Merge pull request #66507 from ClickHouse/fix-bad-test-02530_dictionaries_update_field
Fix bad test `02530_dictionaries_update_field`
2024-07-16 03:19:48 +00:00
Alexey Milovidov
390ed8dd79 Merge branch 'master' into disable-ctrl-z 2024-07-16 05:19:20 +02:00
Alexey Milovidov
8c23564af3
Merge pull request #66552 from ClickHouse/chesema-fix-tidy-build
fix tidy build
2024-07-16 02:00:30 +00:00
Nikita Mikhaylov
085b0c1815
Merge pull request #66537 from slvrtrn/update-mysql-interface-disclaimer
Update the MySQL interface doc with compatibility notes
2024-07-15 22:35:15 +00:00
Igor Nikonov
65ba0dd669 Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-15 20:42:25 +00:00
Igor Nikonov
860b18c251 Update test for in-(reverse)-order coordinator 2024-07-15 20:40:55 +00:00
Yakov Olkhovskiy
60caa20eb7
Merge pull request #66551 from ClickHouse/ci-libfuz-docker
Add dedicated runner to libfuzzer, update docker
2024-07-15 20:18:45 +00:00
Yakov Olkhovskiy
0176e0b2ae fix 2024-07-15 19:27:54 +00:00
Yakov Olkhovskiy
5361ade8e7 optimize 2024-07-15 19:10:07 +00:00
Max K.
93ef3aa7da
Merge pull request #66498 from ClickHouse/ci_create_release_workflow_updates
CI: Create release workflow updates
2024-07-15 18:42:52 +00:00
Igor Nikonov
02a2f50916 Fix clang warning 2024-07-15 18:37:19 +00:00
Nikolai Kochetov
746b6f4b58 Merge branch 'master' into fix-group-by-use-null-subquery-scope 2024-07-15 19:44:35 +02:00
Kruglov Pavel
f4c97e5b73
Merge pull request #66004 from Avogar/fix-dynamic-subcolumns-in-analyzer
Fix resolving dynamic subcolumns in analyzer
2024-07-15 17:43:47 +00:00
Nikolai Kochetov
e0f011ebec
Merge pull request #66433 from ClickHouse/analyzer_constant_gb_keys_again
Fixing constants in GROUP BY keys with analyzer (again)
2024-07-15 17:42:47 +00:00
slvrtrn
5efbb42a2a Add QuickSight to spell check ignore 2024-07-15 19:31:41 +02:00
Max K
5fc4fada61 add info about previous release 2024-07-15 19:30:23 +02:00
robot-clickhouse
97c9739abc Automatic style fix 2024-07-15 17:21:59 +00:00
Sema Checherinda
874b4d1af0 fix tidy build 2024-07-15 19:15:45 +02:00
Antonio Andelic
c2415775da
Merge pull request #66516 from ClickHouse/fix-02918_parallel_replicas_custom_key_unavailable_replica
Fix `02918_parallel_replicas_custom_key_unavailable_replica`
2024-07-15 17:10:20 +00:00
Yakov Olkhovskiy
50f068efe9 add dedicated runner to libfuzzer, update docker 2024-07-15 17:00:53 +00:00
Alexey Milovidov
170c538034 Merge branch 'master' into fix-bad-test-02530_dictionaries_update_field 2024-07-15 18:32:40 +02:00