Commit Graph

147277 Commits

Author SHA1 Message Date
Alexey Milovidov
69ad57a2a5
Update 03205_parallel_window_finctions_and_column_sparse_bug.sql 2024-07-19 03:58:07 +02:00
Nikolai Kochetov
87fafaa9f5 Remove flaky case from the test. 2024-07-18 11:00:50 +00:00
Nikolai Kochetov
05874d0b85 Fixing style. 2024-07-17 15:37:55 +00:00
Nikolai Kochetov
9b1e5c81d5
Merge branch 'master' into fix-weak-hash-for-sparce 2024-07-17 15:25:18 +02:00
Nikolai Kochetov
baade8baf4 Replace updateWeakHash to getWeakHash 2024-07-17 13:23:44 +00:00
Yarik Briukhovetskyi
f01a285f60
Merge pull request #65359 from joelynch/joelynch/dict-acl-bypass
Fix more dictGet ACL bypasses
2024-07-17 11:15:44 +00:00
Sema Checherinda
762593e5e9
Merge pull request #66144 from ClickHouse/revert-66134-revert-61601-chesema-dedup-matview
Revert "Revert "insertion deduplication on retries for materialized views""
2024-07-17 10:44:35 +00:00
Robert Schulze
93abd4a6e9
Merge pull request #66374 from Zawa-ll/66010-add-machine-id-to-snowflakeid-clean
Add `machine_id` parameter to `generateSnowflakeID`
2024-07-17 09:28:17 +00:00
Alexey Milovidov
7a03dd8184
Merge pull request #66625 from ClickHouse/update-tidy-for-clang-19
Allow to run clang-tidy with clang-19
2024-07-17 06:01:05 +00:00
Yakov Olkhovskiy
452d463d77
Merge pull request #65238 from peacewalker122/master
feat: support accept_invalid_certificate in client's config
2024-07-17 03:54:39 +00:00
Alexey Milovidov
84760f83a6
Merge pull request #66627 from jiaosenvip/patch-1
Conditional statement error
2024-07-17 03:53:16 +00:00
Alexey Milovidov
74787939cc
Merge branch 'master' into update-tidy-for-clang-19 2024-07-17 05:23:04 +02:00
jiaosenvip
10c19d2be1
Conditional statement error
The conditional statement is used incorrectly here, and the two cases are correctly covered after modification.
2024-07-17 11:11:34 +08:00
Han Fei
c458d27401
Merge pull request #66597 from ClickHouse/vdimir/followup_66402
Fix clang tidy after #66402
2024-07-17 02:14:59 +00:00
Alexey Milovidov
30725bcd7a
Merge pull request #66530 from ClickHouse/limit_linker_jobs_on_aarch2
Follow up #66435
2024-07-17 02:08:25 +00:00
Alexey Milovidov
d0753c8bb6
Merge pull request #66563 from ClickHouse/delete-bad-test
Delete bad test `02805_distributed_queries_timeouts`
2024-07-17 01:46:33 +00:00
Alexey Milovidov
b8202e19ba
Merge pull request #65509 from ClickHouse/uwu
Update to libunwind 8.1.7
2024-07-17 01:22:57 +00:00
Alexey Milovidov
5caaea6160
Merge pull request #66554 from ClickHouse/fix_memory_tracker
Fix typo in new_delete.cpp
2024-07-17 01:20:15 +00:00
Yakov Olkhovskiy
d61f833cfa
Merge pull request #66344 from chloro-pn/fix_64487
fix the bug that LogicalExpressionOptimizerPass lost logical type of …
2024-07-17 00:23:09 +00:00
Alexey Milovidov
694c0074ab Allow to run clang-tidy with clang-19 2024-07-17 02:08:37 +02:00
Alexey Milovidov
a6ee9a98f5 Fix clang-tidy 2024-07-17 01:59:22 +02:00
Alexey Milovidov
1797a77031
Merge pull request #66553 from Algunenano/rmt_to_smt
Change env variable to run tests with SMT
2024-07-16 23:56:29 +00:00
Nikita Mikhaylov
64f947c3d7
Merge pull request #66571 from jiangyinzuo/patch-2
Update build-cross-riscv.md
2024-07-16 22:04:17 +00:00
Alexey Milovidov
91388f41df Merge branch 'master' into fix-weak-hash-for-sparce 2024-07-16 23:24:29 +02:00
Alexey Milovidov
ae93cceb9e
Merge pull request #66592 from ClickHouse/very_important_fix
Fix bsdtar for @nikitamikhaylov
2024-07-16 21:23:31 +00:00
joelynch
6994887247
Merge branch 'master' into joelynch/dict-acl-bypass 2024-07-16 20:49:52 +02: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
9861346864 Merge branch 'master' into delete-bad-test 2024-07-16 19:16:02 +02: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
Nikolai Kochetov
95f1c3540f Merge branch 'master' into fix-weak-hash-for-sparce 2024-07-16 16:15:19 +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
vdimir
d1a70944c7
Add test for join kind to test_storage_postgresql/test.py::test_filter_push_down 2024-07-16 15:09:36 +00:00
vdimir
58ce070f8b
Fix clang tidy after #66402 2024-07-16 15:03:46 +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
Nikolai Kochetov
4dea89df76 Cleanup. 2024-07-16 13:50:58 +00:00
Nikolai Kochetov
8acc5d90ca Add more test cases. 2024-07-16 13:47:58 +00:00
Nikolai Kochetov
04f3c29b60 Fix crash. 2024-07-16 13:47:38 +00:00
alesapin
630a29f537 Fix bsdtar for @nikitamikhaylov 2024-07-16 15:11:17 +02: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
Nikolai Kochetov
902e548a2d Fix typo. 2024-07-16 09:52:00 +00:00
Nikolai Kochetov
24b9e18852 Add a test. 2024-07-16 09:50:27 +00:00