Commit Graph

138476 Commits

Author SHA1 Message Date
Kseniia Sumarokova
db724b1293
Update create.sql 2024-03-25 19:36:48 +01:00
Alexey Milovidov
1928e7d1f6
Merge pull request #60886 from ArctypeZach/master
Add support for `START TRANSACTION` syntax
2024-03-25 21:09:48 +03:00
Alexander Tokmakov
87dea7885f
Merge pull request #61675 from ClickHouse/replace_range_sucks
Fix actual_part_name for REPLACE_RANGE (`Entry actual part isn't empty yet`)
2024-03-25 18:59:49 +01:00
Max Kainov
f9f830228a CI: MQ support 2024-03-25 17:57:03 +00:00
Nikita Mikhaylov
11bc6c3e6e Test added 2024-03-25 18:43:29 +01:00
Max Kainov
727aeb7e37 CI: set timeout for install check
#job_Install_packages_amd64 #job_style_check
2024-03-25 17:38:39 +00:00
Julia Kartseva
a24b76c02e
Merge pull request #61617 from jkartseva/json-disallow-low-cardinality
disallow LowCardinality input type for JSONExtract
2024-03-25 10:21:36 -07:00
Alexander Tokmakov
d401998ef6
Merge pull request #61878 from ClickHouse/revert-60656-add_now_option
Revert "Add --now option to enable and start the service" #job_Install_packages_amd64
2024-03-25 17:57:14 +01:00
Max K
9d17f3106c
Revert "Add --now option to enable and start the service" 2024-03-25 17:53:01 +01:00
Han Fei
233a75505b
Merge pull request #61766 from ditgittube/master_fix_window
Fix RANGE frame is not supported for Nullable columns.
2024-03-25 17:17:58 +01:00
robot-clickhouse-ci-1
f78a66c279
Merge pull request #61864 from azat/doc/building
Update development instruction (section how to disable Rust and update ENABLE_LIBRARIES location)
2024-03-25 17:08:09 +01:00
robot-clickhouse
01f537c409
Merge pull request #61863 from azat/dist/flush-settings-doc
Update documentation for SYSTEM FLUSH DISTRIBUTED SETTINGS
2024-03-25 17:07:57 +01:00
Nikolai Kochetov
3752b13753 See what would happen if constant fold _CAST for scalar subqueries properly. 2024-03-25 15:36:01 +00:00
Alexey Milovidov
dc6d713658
Merge pull request #60774 from canhld94/zookeeper_log_us
Change column name from duration_ms to duration_us in system.zookeeper
2024-03-25 18:07:58 +03:00
Alexey Milovidov
c2209c997c
Merge branch 'master' into geodistance-double-precision 2024-03-25 17:49:32 +03:00
Alexey Milovidov
24261476c4
Merge pull request #61820 from ClickHouse/get-client-http-header
Add a new function `getClientHTTPHeader`
2024-03-25 17:48:24 +03:00
Alexey Milovidov
21a0d17637
Merge branch 'master' into geodistance-double-precision 2024-03-25 17:47:42 +03:00
Alexey Milovidov
d45a6fe9b9 Fix tidy 2024-03-25 15:46:55 +01:00
kssenii
38b15fb2a3 Fix 02494_zero_copy_and_projection_and_mutation_work_together.sql with shared merge tree 2024-03-25 14:59:37 +01:00
Vitaly Baranov
52bdee2704 Update other test. 2024-03-25 14:50:40 +01:00
Vitaly Baranov
565db532f8 Add tests. 2024-03-25 14:50:40 +01:00
Vitaly Baranov
12a7f6afff Fix columns of a materialized views after MODIFY QUERY. 2024-03-25 14:50:36 +01:00
alesapin
d4063e378e
Merge pull request #61554 from ClickHouse/fix_wait_for_mutation_done
Wait for done mutation with more logs and asserts
2024-03-25 14:27:34 +01:00
Alexander Tokmakov
793418acc1
Merge pull request #61868 from ClickHouse/revert-61651-better-02122_parallel_formatting_Template
Revert "Fix flaky `02122_parallel_formatting_Template`"
2024-03-25 14:24:50 +01:00
Nikita Taranov
4e3d4f1c92
Merge branch 'master' into db_on_disk_smth 2024-03-25 14:22:14 +01:00
kssenii
e3d2fb28cf Merge remote-tracking branch 'origin/master' into revert-refert-of-broken-projections-handling 2024-03-25 13:54:39 +01:00
Nikolai Kochetov
75150033c8 Cleanup 2024-03-25 12:45:20 +00:00
Nikolai Kochetov
6d5f2cd7b5 Cleanup 2024-03-25 12:44:28 +00:00
Nikolai Kochetov
3d63881b99
Update analyzer_tech_debt.txt 2024-03-25 13:26:14 +01:00
Sergei Trifonov
10c6152aac
Merge pull request #61546 from ClickHouse/more-log-for-async-loader
More logging for loading of tables
2024-03-25 13:12:45 +01:00
Yarik Briukhovetskyi
20a45b4073
Merge pull request #61564 from liuneng1994/optimize_in_single_value
New analyzer pass to optimize in single value
2024-03-25 12:53:01 +01:00
Alexander Tokmakov
78656c691b
Revert "Fix flaky 02122_parallel_formatting_Template" 2024-03-25 12:11:23 +01:00
Nikolai Kochetov
abe78e1a7b Merge branch 'master' into fix-virtual-columns-storage-merge-analyzer 2024-03-25 10:43:23 +00:00
Azat Khuzhin
1bfd588035 Remove PoolBase::AllocateNewBypassingPool
The code that it uses had been removed in #58845.
Introduced in #49732

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 11:04:05 +01:00
SmitaRKulkarni
a642f4d3ec
Merge pull request #59929 from ClickHouse/Azure_write_buffer
Asynchronous WriteBuffer for AzureBlobStorage
2024-03-25 10:32:56 +01:00
Azat Khuzhin
62994ab0c1 doc: add a note how to disable Rust support
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 10:13:08 +01:00
Azat Khuzhin
d859e4368f doc: move ENABLE_LIBRARIES=OFF into proper section
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 10:12:51 +01:00
SmitaRKulkarni
f16dffaefc
Merge pull request #61503 from ClickHouse/Azure_read_buffer
Add support of ParallelReadBuffer to ReadBufferFromAzureBlobStorage
2024-03-25 09:51:59 +01:00
Azat Khuzhin
4c9ea0075b Update documentation for SYSTEM FLUSH DISTRIBUTED SETTINGS
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 09:49:59 +01:00
LiuYuan
8e4c25e1c4 Fix RANGE frame is not supported for Nullable columns. 2024-03-25 08:31:46 +00:00
Alexey Milovidov
a600e181ec
Merge branch 'master' into get-client-http-header 2024-03-25 07:23:43 +03:00
Alexey Milovidov
0d1751fd55
Merge pull request #61791 from ClickHouse/enable-output_format_pretty_row_numbers
Enable `output_format_pretty_row_numbers` by default
2024-03-25 06:16:39 +03:00
Alexey Milovidov
cbf3b5ea02 Fix error 2024-03-25 03:41:52 +01:00
Alexey Milovidov
fffacf116c Fix tests 2024-03-25 03:38:47 +01:00
Alexey Milovidov
d488d4fac5 Remove unused headers 2024-03-25 03:38:47 +01:00
Alexey Milovidov
264b847f1a Fix build 2024-03-25 03:38:47 +01:00
Alexey Milovidov
e3dd42131c Fix build 2024-03-25 03:38:47 +01:00
Alexey Milovidov
4813014710 Merge with master 2024-03-25 03:38:47 +01:00
Alexey Milovidov
3a5ed40eaa Merge with master 2024-03-25 03:38:47 +01:00
Alexey Milovidov
29d51d71b7 Fix the name 2024-03-25 03:38:47 +01:00