Joe Lynch
192c3ddb2d
Flush async insert queue first on shutdown
...
Fixes bug where on graceful shutdown the database catalog is shutdown
before queries in the async insert queue run, causing all the
queries to fail and data to be lost.
2023-08-23 15:00:00 +02:00
Robert Schulze
bea651e828
Merge pull request #53657 from rschu1ze/cache-improvements
...
Expose more settings from caches
2023-08-23 14:58:45 +02:00
Robert Schulze
b4dbde89aa
Fix expected results
2023-08-23 12:44:21 +00:00
Robert Schulze
a093f519fc
Merge remote-tracking branch 'rschu1ze/master' into skip_idx_bug_fix
2023-08-23 12:37:46 +00:00
Robert Schulze
5dec6f19f3
Merge pull request #51325 from xinhuitian/fix-annoy-index-update
...
Do not reset Annoy index during build-up with > 1 mark
2023-08-23 14:31:06 +02:00
robot-ch-test-poll1
c22ffa6195
Merge pull request #53529 from Avogar/filter-files-all-table-functions
...
Use filter by file/path before reading in url/file/hdfs table functins
2023-08-23 14:21:23 +02:00
Robert Schulze
bfa4ee7599
Fix style check
2023-08-23 12:16:22 +00:00
kssenii
57b5ad854d
Fxi
2023-08-23 13:43:05 +02:00
kssenii
5d5cfa36db
Merge remote-tracking branch 'upstream/master' into fix-s3-queue-test
2023-08-23 13:18:39 +02:00
Robert Schulze
2c7a015251
Drop table at end of test
2023-08-23 11:17:01 +00:00
kssenii
170adaafca
Merge remote-tracking branch 'upstream/master' into parallelize-file-cache-metadata-download
2023-08-23 13:16:56 +02:00
kssenii
c8a12f798e
Merge remote-tracking branch 'upstream/master' into system-sync-cache
2023-08-23 13:15:47 +02:00
Robert Schulze
243657b518
Convert to sql test, fix expected results of usearch test
2023-08-23 11:15:29 +00:00
Robert Schulze
761268f86a
Merge remote-tracking branch 'rschu1ze/master' into skip_idx_bug_fix
2023-08-23 10:55:04 +00:00
Nikolai Kochetov
6d6d5f5878
Merge pull request #53738 from ClickHouse/fix-02862_sorted_distinct_sparse_fix
...
Fix broken `02862_sorted_distinct_sparse_fix`
2023-08-23 12:28:47 +02:00
Robert Schulze
bbd8bedb4e
Update boost sparse checkout
2023-08-23 10:26:10 +00:00
kssenii
e43f3290b6
Add some profile events
2023-08-23 12:25:49 +02:00
Kruglov Pavel
fee323b122
Update src/Processors/Formats/IRowInputFormat.h
...
Co-authored-by: Michael Kolupaev <michael.kolupaev@clickhouse.com>
2023-08-23 12:15:47 +02:00
Kruglov Pavel
e193aec583
Merge branch 'master' into fast-count-from-files
2023-08-23 12:15:34 +02:00
kssenii
16bbce250f
Fxi
2023-08-23 12:11:47 +02:00
Selfuppen
0222170715
Merge branch 'ClickHouse:master' into master
2023-08-23 18:03:19 +08:00
Kruglov Pavel
3d03ac5768
Merge pull request #53348 from ucasfl/scalar
...
Forbid use_structure_from_insertion_table_in_table_functions when execute Scalar
2023-08-23 12:02:44 +02:00
kssenii
15f7df0000
Merge remote-tracking branch 'upstream/master' into parallelize-file-cache-metadata-download
2023-08-23 12:02:04 +02:00
Kruglov Pavel
8e6b8fc2d0
Merge pull request #53470 from KevinyhZou/bug_fix_json_query_path_numberic
...
Fix JSON_QUERY Function parse error while path is all number
2023-08-23 12:01:55 +02:00
kssenii
aa21fc58ce
Fix style check
2023-08-23 11:48:08 +02:00
Antonio Andelic
240d29b188
Fix broken test
2023-08-23 09:46:17 +00:00
kssenii
c47f5ebcd9
Minor change
2023-08-23 11:46:14 +02:00
Alexey Milovidov
b884fdb867
Merge pull request #53641 from irenjj/feat_53602
...
dateDiff: add support for plural units.
2023-08-23 12:45:35 +03:00
kssenii
325e2d3172
Merge remote-tracking branch 'upstream/master' into system-sync-cache
2023-08-23 11:44:19 +02:00
Alexey Milovidov
fdfefe58f3
Merge pull request #53650 from ClibMouse/feature/more-aggregate-functions-on-big-endian
...
Implement support for more aggregate functions on big-endian
2023-08-23 12:35:11 +03:00
Alexey Milovidov
6f515e8c52
Merge pull request #53648 from HarryLeeIBM/hlee-s390-mem-test
...
Fix memory usage functional test for s390x
2023-08-23 12:34:45 +03:00
kssenii
27b559bcda
Fxi
2023-08-23 11:34:34 +02:00
Robert Schulze
ec8da30007
Merge pull request #53558 from rschu1ze/bump-openldap
...
Bump openldap to LTS version (v2.5.16)
2023-08-23 11:34:28 +02:00
Alexey Milovidov
07be40431c
Merge pull request #53678 from ClickHouse/helifu-master5
...
Resubmit #50171
2023-08-23 12:33:39 +03:00
Alexey Milovidov
8123508cca
Merge pull request #53695 from Algunenano/slow_on_client
...
Remove useless slow on client performance check
2023-08-23 12:33:14 +03:00
Alexey Milovidov
b53583a065
Merge pull request #53704 from ucasfl/refactor
...
refactor some old code
2023-08-23 12:32:41 +03:00
Alexey Milovidov
0c08145442
Merge pull request #53733 from ClickHouse/auto/v23.3.10.5-lts
...
Update version_date.tsv and changelogs after v23.3.10.5-lts
2023-08-23 12:32:06 +03:00
Sema Checherinda
60103c577d
Merge pull request #53651 from CheSema/read_beyon_last_offset
...
fix Logical Error in AsynchronousBoundedReadBuffer
2023-08-23 11:21:47 +02:00
robot-clickhouse
0fc2a5b6f0
Update version_date.tsv and changelogs after v23.3.10.5-lts
2023-08-23 09:10:08 +00:00
Alexey Milovidov
55b52f2d26
Merge pull request #53714 from ClickHouse/fix_shutdown_wait_unfinished_queries
...
Fix flaky `shutdown_wait_unfinished_queries` integration test
2023-08-23 11:35:44 +03:00
Alexey Milovidov
67c3b7fa65
Merge pull request #53711 from ClickHouse/sorted-distinct-sparse-columns
...
Fix: sorted distinct with sparse columns
2023-08-23 11:34:01 +03:00
Alexey Milovidov
b4cc0f07d9
Update 02862_sorted_distinct_sparse_fix.sql
2023-08-23 11:33:42 +03:00
robot-clickhouse
2e2ffb7f17
Automatic style fix
2023-08-23 06:27:28 +00:00
flynn
d071ee7001
Merge branch 'master' of github.com:ClickHouse/ClickHouse into scalar
2023-08-23 06:25:42 +00:00
Konstantin Bogdanov
45856df18c
Remove time.sleep(1)
2023-08-23 08:08:01 +02:00
xinhuitian
920762e66d
fix USearch
2023-08-23 10:54:56 +08:00
flynn
d1da30b8e3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into refactor
2023-08-23 02:34:35 +00:00
Tian Xinhui
7cf057e716
Merge branch 'ClickHouse:master' into fix-annoy-index-update
2023-08-23 10:33:14 +08:00
Igor Nikonov
22895c1d0d
Fix: sorted distinct with sparse columns
2023-08-22 23:33:30 +00:00
pufit
926533306c
Merge pull request #53668 from ClickHouse/pufit/fix_s3_threads
...
Limiting the number of parsing threads for the S3 source
2023-08-22 19:09:33 -04:00