Nikolai Kochetov
|
85c1bb80fd
|
Merge branch 'master' into hdfs-virtuals
|
2024-01-04 18:00:10 +00:00 |
|
Nikolai Kochetov
|
085484c5f1
|
Merge pull request #58505 from kitaisreal/merge-tree-prefetched-read-pool-disable-for-limit-only-queries
MergeTreePrefetchedReadPool disable for LIMIT only queries
|
2024-01-04 18:39:25 +01:00 |
|
Alexander Tokmakov
|
d2752f4b66
|
Merge pull request #57603 from evillique/allow-not-resolving-hostnames
Allow avoiding resolving hostnames in DDLWorker
|
2024-01-04 15:46:28 +01:00 |
|
Nikolai Kochetov
|
494a32f4e4
|
Review fixes
|
2024-01-04 14:41:04 +00:00 |
|
Kruglov Pavel
|
7e6e835e2e
|
Merge pull request #57520 from Avogar/ignore-mv-with-dropped-target-table
Ignore MVs with dropped target table during pushing to views
|
2024-01-04 15:33:27 +01:00 |
|
Maksim Kita
|
d9f68f4a2c
|
Fixed tests
|
2024-01-04 17:16:47 +03:00 |
|
Alexander Tokmakov
|
972756486a
|
Merge pull request #58350 from ClickHouse/rdb_dont_wait_inactive
An option to avoid waiting for inactive Replicated database replicas
|
2024-01-04 14:50:11 +01:00 |
|
Ilya Yatsishin
|
2593a566eb
|
Merge pull request #58453 from canhld94/fix_graphite_segfault
Fix segfault when graphite table does not have agg function
|
2024-01-04 14:44:11 +01:00 |
|
Raúl Marín
|
971d030ec5
|
Merge pull request #58271 from Algunenano/speedup_numbers
Speed up iota (filling array with consecutive numbers)
|
2024-01-04 14:17:42 +01:00 |
|
Alexander Tokmakov
|
74fb390444
|
fix build
|
2024-01-04 13:36:42 +01:00 |
|
Maksim Kita
|
8573c66b09
|
Fixed code review issues
|
2024-01-04 15:29:25 +03:00 |
|
Alexander Tokmakov
|
10e3ae9e68
|
Merge branch 'master' into allow-not-resolving-hostnames
|
2024-01-04 13:22:15 +01:00 |
|
Maksim Kita
|
b5997e6a96
|
MergeTreePrefetchedReadPool disable for LIMIT only queries
|
2024-01-04 15:06:38 +03:00 |
|
Duc Canh Le
|
4e35e760e4
|
Merge branch 'master' into fix_graphite_segfault
Fix flaky tests
|
2024-01-04 01:39:26 +00:00 |
|
Nikita Taranov
|
66d2db5283
|
New parallel replicas coordinator implementation (#57968)
|
2024-01-04 00:27:04 +01:00 |
|
Nikolai Kochetov
|
d06de83ac1
|
Fix KeyCondition for file/url/s3
|
2024-01-03 17:44:28 +00:00 |
|
Alexander Tokmakov
|
b1688b1953
|
Merge branch 'master' into rdb_dont_wait_inactive
|
2024-01-03 17:03:01 +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
|
a3a24bdb40
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hdfs-virtuals
|
2024-01-03 15:10:57 +00: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 |
|
Kruglov Pavel
|
c8acc7c2d1
|
Fix build
|
2024-01-03 14:44:00 +01:00 |
|
Raúl Marín
|
ff90f64bc1
|
Merge remote-tracking branch 'blessed/master' into speedup_numbers
|
2024-01-03 13:33:22 +00: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 |
|
Raúl Marín
|
1f960a32de
|
Fix OSX build
|
2024-01-03 14:04:30 +01:00 |
|
Duc Canh Le
|
be825b1290
|
fix segfault when graphite table does not have agg function
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2024-01-03 12:20:08 +00:00 |
|
Nikolai Kochetov
|
aee933a437
|
Merge branch 'master' into hdfs-virtuals
|
2024-01-03 12:16:57 +00: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 |
|
Nikolai Kochetov
|
eeed23b1bc
|
Fix sanitizer assert.
|
2024-01-03 09:45:25 +00: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 |
|
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
|
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 |
|
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 |
|
Nikolai Kochetov
|
9c25cb6692
|
Cleanup
|
2024-01-02 18:08:04 +00:00 |
|
Nikolai Kochetov
|
4f99a8bc1f
|
Remove more unused code.
|
2024-01-02 17:54:20 +00:00 |
|
Nikolai Kochetov
|
1b20ce5162
|
Cleanup
|
2024-01-02 17:50:06 +00:00 |
|
Nikolai Kochetov
|
c808b03e55
|
Remove unneeded code
|
2024-01-02 17:27:33 +00:00 |
|
Nikolai Kochetov
|
8936c8376a
|
Use predicate in getTaskIteratorExtension.
|
2024-01-02 17:14:16 +00:00 |
|
avogar
|
c5ba97f0cd
|
Fix tests
|
2024-01-02 16:38:45 +00:00 |
|
Kruglov Pavel
|
f2dfe8bdda
|
Fix build
|
2024-01-02 16:42:17 +01:00 |
|
Nikolai Kochetov
|
3e3fed1cbe
|
Add reading step to URL
|
2024-01-02 15:18:13 +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 |
|
Alexander Tokmakov
|
d3d5976d3e
|
fix
|
2024-01-02 15:13:25 +01:00 |
|
Nikolai Kochetov
|
0f76967f97
|
Add reading step to Azure.
|
2024-01-02 13:46:08 +00: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 |
|
Nikolai Kochetov
|
b7cc6d4615
|
Fixing tests.
|
2024-01-02 13:08:04 +00:00 |
|