Commit Graph

157834 Commits

Author SHA1 Message Date
Raúl Marín
96b59a2ef6 Avoid port clash in CoordinationTest/0.TestSummingRaft1 2024-11-07 17:07:58 +01:00
Pervakov Grigorii
a01c2e3f8c Keep materialized view security overriden context until end of query 2024-11-07 18:47:48 +03:00
Sema Checherinda
8ef86e71b7
Merge pull request #65279 from cangyin/fix-hashtable-destroyelements
Fix use-after-dtor logic in HashTable destroyElements
2024-11-07 15:10:28 +00:00
Vladimir Cherkasov
1c86967596
Merge branch 'master' into better-log-messages-22 2024-11-07 16:08:51 +01:00
Robert Schulze
de03a5dae7
Fix test which used an obsolete setting 2024-11-07 15:04:53 +00:00
Robert Schulze
5cc42571f3
Revert obsolete settings removal 2024-11-07 14:57:24 +00:00
Yakov Olkhovskiy
331988a0a9
Merge pull request #71039 from ClickHouse/default_enable_job_stack_trace
Enable enable_job_stack_trace by default
2024-11-07 14:33:11 +00:00
Dmitry Novik
506b30fd49
Merge pull request #71425 from ClickHouse/analyzer-resolve-join-tree
[Experiment] Analyzer: Check what happens after if-condition removal
2024-11-07 14:13:39 +00:00
Mikhail f. Shiryaev
ccaa66963d
Print a proper message for finished awaiting 2024-11-07 14:44:28 +01:00
Mikhail f. Shiryaev
d43329f254
UX: slightly improve cache await interface 2024-11-07 14:44:27 +01:00
Pavel Kruglov
3efeccde3a
Merge pull request #69731 from Avogar/dynamic-constraints
Don't allow Variant/Dynamic types in ORDER BY/GROUP BY/PARTITION BY/PRIMARY KEY by default
2024-11-07 12:48:27 +00:00
Pavel Kruglov
0702fa259e
Merge branch 'master' into alter-to-json 2024-11-07 13:47:56 +01:00
Pavel Kruglov
e3c716c9c2
Merge pull request #71369 from Avogar/fix-json-suspicions-hints
Check suspicious and experimental types in JSON type hints
2024-11-07 12:47:25 +00:00
Raúl Marín
3722d26212
Merge pull request #71513 from den-crane/patch-77
Fix copy/paste error
2024-11-07 12:46:56 +00:00
avogar
432ca2c30e Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-variant-permute 2024-11-07 12:45:52 +00:00
Robert Schulze
f727a3931b
Clarify query cache docs and remove obsolete setting 2024-11-07 12:41:48 +00:00
Pablo Marcos
d8ff6f868f bitShift: return 0 instead of throwing an exception if overflow 2024-11-07 12:39:10 +00:00
Kseniia Sumarokova
fb2efa5f59
Merge pull request #70947 from ClickHouse/imbloo
Make ParquetMetadata say whether bloom filter is present
2024-11-07 12:37:38 +00:00
Daniil Ivanik
7ea3bcdb3c
Merge pull request #71418 from azat/tests/fix-test_quorum_inserts
Fix missing cluster startup for test_quorum_inserts::test_insert_quorum_with_keeper_fail
2024-11-07 12:33:54 +00:00
Raúl Marín
8659389265
Merge pull request #71168 from bigo-sg/fix_interpolated_quantile
Fix mismatched aggreage function name of quantileExactWeightedInterpolated
2024-11-07 11:49:38 +00:00
Kseniia Sumarokova
27bcb9b808
Merge pull request #71396 from 0xMihalich/patch-1
Fix: ERROR: column "attgenerated" does not exist for old PostgreSQL
2024-11-07 11:44:30 +00:00
Mikhail f. Shiryaev
6310d38bf6
Merge pull request #71505 from ClickHouse/upgrade-docker-srver
Upgrade clickhouse-server and keeper base images
2024-11-07 11:38:28 +00:00
Alexey Milovidov
0094a9df40
Merge pull request #71169 from ClickHouse/close-8687
Close #8687
2024-11-07 11:19:17 +00:00
Robert Schulze
be10aba49a
Minor cleanup 2024-11-07 10:44:03 +00:00
Robert Schulze
cf594010c8
Rename some tests for more consistency 2024-11-07 10:44:01 +00:00
Robert Schulze
e7ad525e00
Re-introduce support for legacy index creation syntax 2024-11-07 10:44:00 +00:00
Mikhail Artemenko
b0393274f7
Merge pull request #71151 from ClickHouse/issues/71020/staleness
WITH FILL STALENESS extension
2024-11-07 10:12:58 +00:00
Maksim Kita
042e82c6a9 Fix tests 2024-11-07 13:10:51 +03:00
cangyin
8fb52b72b5 Fix use-after-dtor logic in hashtable destroyElements 2024-11-07 11:00:12 +01:00
Robert Schulze
5f5b1ebe26
Merge pull request #71457 from rschu1ze/fix-insert-assert
Fix assert during insert into vector similarity index in presence of other skipping indexes
2024-11-07 09:30:56 +00:00
Vladimir Cherkasov
54dd46f4c2
Merge pull request #71541 from Algunenano/udf_constraint
Avoid crash when using a UDF in a constraint
2024-11-07 09:26:22 +00:00
Alexey Milovidov
33913bc4b2
Merge pull request #71530 from ClickHouse/consistent-aarch64-vars
We use `aarch64` everywhere in code, so the vars should reflect it
2024-11-07 09:05:59 +00:00
Yakov Olkhovskiy
abcd741e25 Merge branch 'master' into default_enable_job_stack_trace 2024-11-07 04:12:05 +00:00
李扬
0ae66a84a7
Merge branch 'ClickHouse:master' into fix_interpolated_quantile 2024-11-07 09:12:53 +08:00
Michael Kolupaev
29aed6a586 Fix compatibility with refreshable materialized views created by old clickhouse servers 2024-11-06 23:39:01 +00:00
Yakov Olkhovskiy
170b787232 Merge branch 'master' into default_enable_job_stack_trace 2024-11-06 22:36:58 +00:00
Alexey Milovidov
f1bfd6c66e Merge branch 'close-8687' of github.com:ClickHouse/ClickHouse into close-8687 2024-11-06 23:28:20 +01:00
Alexey Milovidov
07c23a3dbe Merge branch 'master' into close-8687 2024-11-06 23:28:05 +01:00
Alexey Milovidov
304b9190f3
Merge pull request #71320 from Avogar/tuple-to-json
Implement simple CAST from Map/Tuple/Object to new JSON through serialization/deserialization from JSON string
2024-11-06 22:27:18 +00:00
Alexey Milovidov
6766be4f99
Merge pull request #71478 from ClickHouse/docs-embeddedrocksdb-cloud
[Docs] Add cloud not supported badge for EmbeddedRocksDB engine
2024-11-06 22:24:48 +00:00
Alexey Milovidov
5d367d4ae4
Merge pull request #71494 from Algunenano/sort_cursor_crash
Prevent crash in SortCursor with 0 columns
2024-11-06 22:24:22 +00:00
Alexey Milovidov
8ff7118e6b
Merge pull request #71504 from ilejn/fix_test_drop_complex_columns
Fix flaky test_drop_complex_columns
2024-11-06 22:22:47 +00:00
Alexey Milovidov
b29c6e7239
Merge pull request #71523 from amosbird/help-62944
Allow specifying cmdline flags in integration test
2024-11-06 22:22:06 +00:00
Raúl Marín
024b9ce996
Merge pull request #71535 from Algunenano/test_system_functions
Add test to check that accessing system.functions does not populate query_log used_functions
2024-11-06 21:59:34 +00:00
Mikhail f. Shiryaev
157f745136
Write a simple troubleshooting for an old docker and clickhouse-server 2024-11-06 22:09:12 +01:00
Mikhail f. Shiryaev
26f0ba2c4c
Update compatibility section for clickhouse-server docker image 2024-11-06 22:02:09 +01:00
Robert Schulze
c558407941
Remove duplicate test (same as 02354_vector_search_bugs_multiple_indexes.sql) 2024-11-06 19:53:01 +00:00
Robert Schulze
c052be0192
Merge remote-tracking branch 'ClickHouse/master' into fix-insert-assert 2024-11-06 19:45:11 +00:00
Dmitry Novik
7493900464
Merge pull request #71509 from joelynch/joelynch/grants-docs
Fix documentation for system.grants.is_partial_revoke
2024-11-06 19:34:25 +00:00
Raúl Marín
dd5061a4d3
Merge pull request #71527 from ClickHouse/revert-68682-vdimir/join_select_inner_table
Revert "Selection of hash join inner table"
2024-11-06 19:24:44 +00:00