Commit Graph

131889 Commits

Author SHA1 Message Date
Maksim Kita
b5997e6a96 MergeTreePrefetchedReadPool disable for LIMIT only queries 2024-01-04 15:06:38 +03:00
Nikita Taranov
66d2db5283
New parallel replicas coordinator implementation (#57968) 2024-01-04 00:27:04 +01:00
robot-ch-test-poll3
dfacb11123
Merge pull request #58452 from zvonand/zvonand-toWeek
Edit docs for toWeek()
2024-01-04 00:06:24 +01:00
Anton Popov
6b6f395cc7
Merge pull request #57631 from Avogar/cache-for-reading-compact-subcolumns
Read column once while reading more that one subcolumn from it in Compact parts
2024-01-03 16:31:54 +01:00
Nikolai Kochetov
7834519212
Merge pull request #58255 from ClickHouse/filter-virtual-columns-storage-merge
Refactor StorageMerge virtual columns filtering.
2024-01-03 16:09:49 +01:00
Nikolai Kochetov
9dc1f4d99c
Update StorageMerge.cpp 2024-01-03 14:53:40 +01:00
Kruglov Pavel
570d1c013b
Merge pull request #57053 from Avogar/better-parsing-exceptions
Better exception messages in input formats
2024-01-03 14:47:51 +01:00
Nikolay Degterinsky
4bd9736ead
Merge pull request #58445 from ClickHouse/evillique-patch-1
Fix `02944_dynamically_change_filesystem_cache_size`
2024-01-03 14:22:39 +01:00
Alexey Milovidov
fe97671d42
Merge pull request #58440 from ClickHouse/kitaisreal-enable-jit-for-aggregation-without-key
Merging #53757
2024-01-03 14:05:50 +01:00
zvonand
89beb32e64 Edit docs for toWeek() 2024-01-03 13:10:14 +01:00
Alexander Tokmakov
81a1529f80
Merge pull request #58450 from ClickHouse/revert-56064-feature-server-iface-metrics
Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"
2024-01-03 12:58:38 +01:00
Alexander Tokmakov
6775560d86
Update 02933_change_cache_setting_without_restart.reference 2024-01-03 12:48:05 +01:00
Nikolai Kochetov
d5dcb6661d Review fixes. 2024-01-03 10:12:08 +00:00
Nikolai Kochetov
78776a060c
Update src/Storages/StorageMerge.cpp
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
2024-01-03 11:06:57 +01:00
Raúl Marín
d491758939
Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces" 2024-01-03 10:42:15 +01:00
Nikolay Degterinsky
be901bee5b
Fix 02944_dynamically_change_filesystem_cache_size 2024-01-03 05:44:50 +01:00
Alexey Milovidov
ce13b21d95
Merge pull request #58439 from ClickHouse/slightly-better-test
Make a test not depend on the lack of floating point associativity
2024-01-03 00:07:29 +01:00
Alexey Milovidov
eb930efebb
Merge pull request #57732 from ClickHouse/load-metadata-threads
Increase `load_metadata_threads` to 16
2024-01-02 22:26:18 +01:00
Alexey Milovidov
e0b408d760 Merge branch 'slightly-better-test' into kitaisreal-enable-jit-for-aggregation-without-key 2024-01-02 22:02:20 +01:00
Alexey Milovidov
8af3b9db2d Merge branch 'enable-jit-for-aggregation-without-key' of github.com:kitaisreal/ClickHouse into kitaisreal-enable-jit-for-aggregation-without-key 2024-01-02 22:01:59 +01:00
Alexey Milovidov
adae89a8ae Make a test not depend on the lack of floating point associativity 2024-01-02 21:59:32 +01:00
avogar
488e36de46 More fixes 2024-01-02 20:20:39 +00:00
Alexey Milovidov
029b1326e0
Merge pull request #58399 from ClickHouse/minor-fixes-lambda
Fix a comment; remove unused method; stop using pointers
2024-01-02 19:21:00 +01:00
avogar
c5ba97f0cd Fix tests 2024-01-02 16:38:45 +00:00
Nikolay Degterinsky
debbeb505d
Merge pull request #58409 from ClickHouse/evillique-patch-1
Fix test_user_valid_until
2024-01-02 17:06:11 +01:00
avogar
5f6a806d1c Fix style 2024-01-02 15:43:44 +00:00
avogar
0844528ec1 Fix tests 2024-01-02 15:22:42 +00:00
Yakov Olkhovskiy
5633fb8145
Merge pull request #56064 from ClickHouse/feature-server-iface-metrics
Use CH Buffer for HTTP out stream, add metrics for interfaces
2024-01-02 10:17:52 -05:00
Kruglov Pavel
e69bda7f08
Merge pull request #57438 from Avogar/fix-resetting-buffers
Fix working with read buffers in StreamingFormatExecutor
2024-01-02 15:34:35 +01:00
Kruglov Pavel
474d7abfda
Merge pull request #57774 from Avogar/local-default-database-name
Change default database name in clickhouse-local to 'default'
2024-01-02 15:29:45 +01:00
Nikolay Degterinsky
004730fe87
Fix test_user_valid_until 2024-01-02 14:50:28 +01:00
Alexander Tokmakov
d13abac912
Merge pull request #58333 from ClickHouse/fix_no_such_key_detached_part
Fix lost blobs after dropping a replica with broken detached parts
2024-01-02 14:21:55 +01:00
Alexey Milovidov
6a4409200e DatabaseReplicated: too much success 2024-01-01 22:01:25 +01:00
robot-ch-test-poll4
657da6b55e
Merge pull request #58398 from ClickHouse/bad-formatting-timediff
Fix bad formatting of the `timeDiff` compatibility alias
2024-01-01 21:37:06 +01:00
robot-ch-test-poll3
5d777bcbd2
Merge pull request #58395 from bharatnc/ncb/fix-db-engine-validation
fix database engine validation inside database factory
2024-01-01 20:50:37 +01:00
Alexey Milovidov
ec15e68348
Merge pull request #46316 from ClickHouse/mysql-macos
What happens if MySQL is enabled for macOS?
2024-01-01 20:36:47 +01:00
Alexey Milovidov
7ee8708fa6 Remove useless headers 2024-01-01 19:29:51 +01:00
Alexey Milovidov
e4444e1db4 More minor changes 2024-01-01 19:17:04 +01:00
Alexey Milovidov
1564b94761
Merge pull request #58391 from ClickHouse/add-test-38534
Add a test for #38534
2024-01-01 18:54:16 +01:00
Alexey Milovidov
4172057a4e Fix a comment; remove unused method; stop using pointers 2024-01-01 18:46:38 +01:00
Alexey Milovidov
59cbae885e Implement the missing parts 2024-01-01 18:30:06 +01:00
Alexey Milovidov
691803cc94 Merge branch 'master' into mysql-macos 2024-01-01 17:59:26 +01:00
Alexey Milovidov
974cf132d4 Fix bad formatting of the timeDiff compatibility alias 2024-01-01 17:45:23 +01:00
Bharat Nallan Chakravarthy
ed463ea166 Merge upstream/master into ncb/fix-db-engine-validation 2024-01-01 08:38:16 -08:00
Alexey Milovidov
ccc70b62eb
Update 02960_partition_by_udf.sql 2024-01-01 18:33:30 +03:00
Alexey Milovidov
1f5e0f52ff
Merge pull request #58397 from ClickHouse/license-2024
Update License
2024-01-01 16:12:34 +01:00
Alexey Milovidov
885db35f9d Update License 2024-01-01 15:54:00 +01:00
Bharat Nallan Chakravarthy
279aa3027b Merge upstream/master into ncb/fix-db-engine-validation 2023-12-31 22:52:16 -08:00
Bharat Nallan Chakravarthy
de821fca8a remove leftover cruft 2023-12-31 21:31:23 -08:00
Bharat Nallan Chakravarthy
1e0ccf917c make getImpl private 2023-12-31 20:36:18 -08:00