Mikhail Koviazin
a5eb1aa22f
Added functions array{Rotate,Shift}{Left,Right}
...
Fixes #52755 and #52895
2023-08-24 09:16:39 +00:00
robot-clickhouse-ci-2
28c5725714
Merge pull request #53612 from selfuppen/master
...
[doc/zh]: translate the last two parts of sparse-primary-index Chinese doc
2023-08-24 10:14:54 +02:00
selfuppen
d1d7f8ad26
[doc/zh]: apply all suggestions from code review
2023-08-24 14:31:20 +08:00
Selfuppen
c673bac0fe
Merge branch 'ClickHouse:master' into master
2023-08-24 11:29:22 +08:00
avogar
ecb0e9844c
Disable cache in perf test
2023-08-23 21:01:18 +00:00
Kruglov Pavel
685ffc5856
Fix style
2023-08-23 22:51:14 +02:00
Mikhail f. Shiryaev
976c371c9a
Merge pull request #53762 from ClickHouse/reduce-get-parameter-calls
...
Reduce API calls to SSM client
2023-08-23 22:51:06 +02:00
Kruglov Pavel
f7e1abd774
Merge branch 'master' into cache-count
2023-08-23 22:31:49 +02:00
Kruglov Pavel
3404efcb21
Fix style
2023-08-23 22:20:14 +02:00
Kruglov Pavel
063c986680
Merge pull request #53637 from Avogar/fast-count-from-files
...
Optimize count from files in most input formats
2023-08-23 22:17:29 +02:00
Mikhail f. Shiryaev
0b9e7fa9c5
Reduce API calls to SSM client
2023-08-23 22:15:44 +02:00
Robert Schulze
7f534716ff
Fix fuzzer crash in parseDateTime()
2023-08-23 20:08:27 +00:00
avogar
54bb21be29
Fix test
2023-08-23 18:44:30 +00:00
avogar
894513f6cd
Fix tests
2023-08-23 18:43:08 +00:00
Alexey Milovidov
5355c6fa18
Merge pull request #53758 from HarryLeeIBM/hlee-s390x-qpl
...
Fix QPL functional test for s390x
2023-08-23 20:50:50 +03:00
HarryLeeIBM
a029035296
Fix QPL functional test for s390x
2023-08-23 10:46:26 -07:00
Nikolai Kochetov
3a4a7d70a2
Merge pull request #52762 from kitaisreal/planner-prepare-filters-for-analysis
...
Planner prepare filters for analysis
2023-08-23 18:59:43 +02:00
Robert Schulze
9766d98fec
Merge remote-tracking branch 'rschu1ze/master' into boost-1.81
2023-08-23 16:05:42 +00:00
Alexey Milovidov
d475dc424e
Merge pull request #53701 from ClibMouse/feature/qemu-s390x-docs
...
Update s390x VSCode environment setup
2023-08-23 18:29:45 +03:00
Smita Kulkarni
262c39329b
Updated to retry loading parts for azure TransportException
2023-08-23 15:50:11 +02:00
Smita Kulkarni
1a074ecf93
Updated to not mark part as broken for azure TransportException in loadDataPart
2023-08-23 15:33:01 +02:00
ltrk2
c2559026c4
Extend aspell dictionary
2023-08-23 06:22:11 -07:00
Smita Kulkarni
7fdf90ccf1
Added azure TransportException to retryable errors
2023-08-23 15:21:37 +02:00
avogar
68e3af56d4
Address comments
2023-08-23 13:19:15 +00:00
Kruglov Pavel
592fa77987
Merge branch 'master' into cache-count
2023-08-23 15:18:02 +02:00
Kruglov Pavel
7e362a2110
Merge branch 'master' into fast-count-from-files
2023-08-23 15:13:20 +02:00
Joe Lynch
075c0261e9
These queries need to be run in the same session
2023-08-23 15:00:00 +02:00
Joe Lynch
8d0824f1b8
Add test for flushing async insert queue
2023-08-23 15:00:00 +02:00
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