Commit Graph

56285 Commits

Author SHA1 Message Date
Duc Canh Le
084f917bf8 fix clang-tidy and better test
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 10:37:45 +00:00
Duc Canh Le
c4e0cf2e7d rocksdb: implement ALTER SETTING
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-28 06:37:53 +00:00
Duc Canh Le
41351222e7 Merge branch 'master' into rocksdb_bypass_memtable
Resolve conflicts

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-26 10:47:49 +00:00
Raúl Marín
3df253cb0a
Merge pull request #62850 from danipozo/fix-building-endpoint-from-storage-account-url
Azure: fix building final url from endpoint object
2024-04-23 17:26:22 +00:00
Dani Pozo
771219a118 Apply suggestion to use pop_back 2024-04-23 12:34:26 +02:00
Alexey Milovidov
642da7934a
Merge pull request #62751 from ClickHouse/block-cannot-allocate-thread-fault-injection-in-transaction
Block cannot allocate thread fault in noexcept functions in `MergeTreeTransaction`
2024-04-23 02:38:46 +00:00
Alexey Milovidov
27aa03983a
Merge pull request #62840 from CurtizJ/fix-format-row
Fix crash in function `formatRow` with `JSON` format and HTTP  interface
2024-04-23 02:07:09 +00:00
Alexey Milovidov
d731838246
Merge pull request #62619 from kitaisreal/analyzer-support-qualify-clause
Analyzer support QUALIFY clause
2024-04-23 01:05:16 +00:00
Nikita Taranov
aaaff1f2ea
Merge pull request #62067 from nickitat/stronger_optimize_final_with_rmt
Wait for currently active merges when executing `OPTIMIZE FINAL` on RMT
2024-04-22 19:54:48 +00:00
Nikita Taranov
28c4ce1a67
Merge pull request #61876 from arthurpassos/forbid_attach_table_duplicated_replica_path
Do not allow table to be attached if there already is an active replica path
2024-04-22 19:44:20 +00:00
Dani Pozo
c75574a1d6 Azure: fix building final url from endpoint object 2024-04-22 18:49:46 +02:00
Maksim Kita
0e28d20791 Fixed code review issues 2024-04-22 14:37:04 +03:00
Anton Popov
59125601a1 fix crash in function formatRow 2024-04-22 11:36:45 +00:00
Nikita Taranov
d8b3b48a25
Merge pull request #62697 from nickitat/fix_parallel_replicas_with_aggregation_by_partitions
Disable aggregation-by-partitions optimisation with parallel replicas
2024-04-22 11:02:56 +00:00
Robert Schulze
8880427817
Merge pull request #62836 from rschu1ze/fix-tybo
Fix typo
2024-04-22 10:08:51 +00:00
Robert Schulze
580a581415
Fix typo 2024-04-22 09:56:46 +00:00
Anton Popov
f29f3b9ba9
Merge pull request #62117 from pamarcos/pamarcos/copy_comment_in_create_as_statement
Copy comment when using CREATE AS statement
2024-04-22 09:52:21 +00:00
Maksim Kita
f1660fa8bb Analyzer support QUALIFY clause 2024-04-22 12:12:02 +03:00
Alexey Milovidov
5898761b58
Merge pull request #62818 from vitlibar/allow-special-macros-in-replicated-database-zk-path
Allow special macros {uuid} and {database} in a Replicated database ZooKeeper path
2024-04-21 11:32:44 +00:00
Alexey Milovidov
788e4d35ee
Merge pull request #62813 from ClickHouse/kafka-log-consumer-id-with-librdkafka-logs
Add `client.id` to librdkafka logs
2024-04-20 21:06:14 +00:00
Vitaly Baranov
79619adc6c Allow special macros {uuid} and {database} in the ZooKeeper path of a Replicated database. 2024-04-20 16:47:55 +01:00
János Benjamin Antal
e5ca964808 Add client.id to librdkafka logs 2024-04-20 10:42:27 +00:00
Alexey Milovidov
d93eb86601
Merge pull request #62740 from ElderlyPassionFruit/fix-typo
Fix typo in exception explanation
2024-04-20 00:51:50 +00:00
Alexey Milovidov
968d8b7ee5
Merge pull request #62152 from JackyWoo/add_query_progress_to_table_zookeeper
Add query progress to table zookeeper
2024-04-20 00:48:31 +00:00
Anton Popov
f09d0b6536
Merge pull request #62608 from CurtizJ/azure-retries
Better retries in azure sdk
2024-04-19 12:01:42 +00:00
Dmitry Novik
49b94161b9
Merge pull request #62755 from ClickHouse/analyzer-fix-exception-message
Analyzer: Fix exception message
2024-04-19 11:55:00 +00:00
Anton Popov
260647a309
Merge pull request #62762 from CurtizJ/fix-merge-tree-index-crash
Fix crash in function `mergeTreeIndex`
2024-04-19 11:53:02 +00:00
Kruglov Pavel
d844a1fc57
Merge pull request #62693 from Avogar/mark-variant-comparable
Mark DataTypeVariant as comparable
2024-04-18 22:30:18 +00:00
Raúl Marín
56bfbebd80
Merge pull request #62708 from Algunenano/argmax_combinator_state
Fix argMin/argMax combinator state
2024-04-18 15:53:20 +00:00
Anton Popov
d6a7fa315e fix crash in function mergeTreeIndex 2024-04-18 14:46:58 +00:00
jsc0218
7525b2acf4
Merge pull request #60117 from jsc0218/TableEngineGrant_version2
TableEngineGrant_version2
2024-04-18 14:30:34 +00:00
Arthur Passos
a852855a2d
Merge branch 'ClickHouse:master' into forbid_attach_table_duplicated_replica_path 2024-04-18 09:27:07 -03:00
Dmitry Novik
69cc3c9e8e
Analyzer: Fix exception message 2024-04-18 13:02:55 +02:00
János Benjamin Antal
aca46eecc9 Block cannot allocate thread fault in noexcept functions in MergeTreeTransaction 2024-04-18 10:30:36 +00:00
Anton Popov
98d47e4ef5
Update src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageAuth.cpp
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
2024-04-18 12:12:14 +02:00
Kseniia Sumarokova
6c1c7a22b0
Merge branch 'master' into fix-typo 2024-04-18 10:51:03 +01:00
Pablo Marcos
2a65b0091e Merge branch 'master' into pamarcos/copy_comment_in_create_as_statement 2024-04-18 07:12:14 +02:00
jsc0218
6e5afb8b89 grant all table engines in allow_database 2024-04-18 02:00:28 +00:00
Igor Markelov
be0f0f4909 Fix typo in exception explanation 2024-04-17 21:56:21 +00:00
Dmitry Novik
96d1f7a6ec
Merge pull request #62274 from ClickHouse/analyzer-fix-param-view-alias
Analyzer: Fix alias to parametrized view resolution
2024-04-17 16:41:37 +00:00
Vitaly Baranov
d12608f366
Merge pull request #62669 from slvrtrn/http-interface-role-query-param
Add `role` query parameter to the HTTP interface
2024-04-17 16:39:49 +00:00
Kseniia Sumarokova
d34f701c7f
Merge pull request #62715 from ClickHouse/fix-temporary-data-in-cache
Fix temporary data in cache failing because of cache lock contention optimization
2024-04-17 15:02:57 +00:00
János Benjamin Antal
e4d13eb263
Merge pull request #62031 from ClickHouse/fix-docs-for-mysql-datatypes-support-level
Improve docs of `mysql_datatypes_support_level`
2024-04-17 14:18:48 +00:00
János Benjamin Antal
6189cd49e1
Merge pull request #62210 from bigo-sg/json_format_early_skip
Improve `JSONEachRowRowInputFormat` by skipping all remaining fields when all required fields are read
2024-04-17 13:32:58 +00:00
vdimir
b981d2dba4
Merge pull request #62287 from ClickHouse/vdimir/internal_functions_fix
Fix __actionName, add tests for internal functions direct call
2024-04-17 13:16:18 +00:00
Anton Popov
b50117780c Merge remote-tracking branch 'upstream/master' into HEAD 2024-04-17 13:05:46 +00:00
Yarik Briukhovetskyi
a3dcb1963f
Merge pull request #62524 from helifu/master
Fix a bug moving one partition from one to itself
2024-04-17 12:20:17 +00:00
kssenii
8971509176 Update settings changes history 2024-04-17 12:51:37 +01:00
kssenii
bd49f50a71 Fix 2024-04-17 12:07:25 +01:00
Dmitry Novik
951fa6720f Merge remote-tracking branch 'origin/master' into analyzer-fix-param-view-alias 2024-04-17 12:41:06 +02:00