Robert Schulze
4cacfa6b43
Merge pull request #57509 from jinjunzh/qatzstd_main
...
Add Intel-QAT-based `ZSTD_QAT` compression codec
2024-01-10 10:31:39 +01:00
Roman Glinskikh
969b9e2027
correct way to check the amx existance
2024-01-10 12:29:14 +03:00
Roman Glinskikh
2796e884c2
another switch
2024-01-10 12:29:14 +03:00
Roman Glinskikh
b4869a57ba
typo
2024-01-10 12:29:14 +03:00
Roman Glinskikh
96033cb0e4
add instructions everywhere
2024-01-10 12:29:14 +03:00
Roman Glinskikh
1593d33883
refactor cpuid.h
2024-01-10 12:29:14 +03:00
Roman Glinskikh
e7465eb4a3
init
2024-01-10 12:29:14 +03:00
Kseniia Sumarokova
1b517105db
Merge pull request #57323 from valbok/mysql-binlog-client
...
MaterializedMySQL: Introduce MySQL Binlog Client
2024-01-10 09:08:13 +01:00
taiyang-li
231de4ac49
Merge branch 'master' into ch_opt_array_element
2024-01-10 15:49:43 +08:00
Alexey Milovidov
4c1841e475
Merge branch 'master' into insert-quorum-host-name-check
2024-01-10 05:17:37 +01:00
Alexey Milovidov
b8d9880b17
Merge pull request #55575 from jh0x/no-octal-leading-zeroes
...
Consume leading zeroes when parsing a number in ConstantExpressionTemplate
2024-01-10 05:16:53 +01:00
李扬
2c76b1789c
Update tests/performance/array_element.xml
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2024-01-10 10:46:29 +08:00
Alexey Milovidov
47ada9440e
Merge pull request #58583 from Eyal-Shalev/patch-1
...
Support CLICKHOUSE_PASSWORD_FILE environment variable in Dockerfile
2024-01-10 00:43:29 +01:00
Nikolay Degterinsky
24733700fb
Merge pull request #57745 from KevinyhZou/imporve_multi_if_nullable
...
Improve `MultiIf` function performance while type is nullable
2024-01-09 23:17:58 +01:00
Robert Schulze
4db26ad56b
Merge pull request #58531 from rschu1ze/string-similarity
...
Implement Damerau-Levenshtein distance and Jaro[-Winkler] string distance functions
2024-01-09 22:46:57 +01:00
Jayme Bird
4a4c38be7c
export for subshells
2024-01-09 20:42:30 +00:00
Robert Schulze
ced9e93ac6
Merge remote-tracking branch 'rschu1ze/master' into qatzstd_main
2024-01-09 20:36:02 +00:00
Jayme Bird
f0d39f5eaa
newline
2024-01-09 20:16:26 +00:00
Amos Bird
29afac61cc
Fix partition key analysis
2024-01-10 03:13:03 +08:00
vdimir
25268fb863
Analyzer: Fix resolving subcolumns in JOIN
2024-01-09 19:05:44 +00:00
pufit
6cf55b82f4
Merge pull request #58539 from canhld94/file_custom_compress_level
...
Allow explicitly set compression level in output format
2024-01-09 13:43:38 -05:00
Tyler Hannan
5c911abfec
Merge pull request #58636 from ClickHouse/fix/readme-devrel-email-address
...
Throws obfuscated email address elements into codeblocks.
2024-01-09 19:33:58 +01:00
Johnny
a80fa3f053
Throws obfuscated email address elements into codeblocks.
...
The line:
> [...] tyler <at> clickhouse <dot> com.
isn't being rendered by GitHub. I'm guessing they're just escaping any tags that don't have a closing tag, or something like that.
Anyway, this PR just throws those obfuscated elements into `code` tags.
2024-01-09 14:28:13 -04:00
jsc0218
6fa368d296
Merge pull request #58449 from cw5121/keeper_client_doc_modify
...
refine keeper connection in doc
2024-01-09 13:24:29 -05:00
Robert Schulze
c04e4eb162
Merge remote-tracking branch 'rschu1ze/master' into qc-isolation
2024-01-09 16:30:20 +00:00
Vitaly Baranov
01dfe282ea
Remove finalize() from ~WriteBufferFromEncryptedFile.
2024-01-09 17:22:17 +01:00
Yarik Briukhovetskyi
aef24c0621
Merge branch 'ClickHouse:master' into remove_order_by_requirement_paste_join
2024-01-09 17:03:54 +01:00
Anton Popov
e0d469b0e0
remove more projections code
2024-01-09 15:48:08 +00:00
Robert Schulze
69ba1a706a
Merge remote-tracking branch 'rschu1ze/master' into string-similarity
2024-01-09 15:22:52 +00:00
Anton Popov
2fd0f7be7b
Merge pull request #55579 from CurtizJ/remove-old-projections-code
...
Remove more old code of projection analysis
2024-01-09 15:51:12 +01:00
Amos Bird
ad46103cd3
Also disable legacy_column_name_of_tuple_literal
2024-01-09 22:08:29 +08:00
Amos Bird
330c576740
projection with aggregate_functions_null_for_empty
2024-01-09 22:08:29 +08:00
Raúl Marín
6e118c60da
Merge pull request #58621 from Algunenano/kql_summarize
...
Add sorting to 02366_kql_summarize.sql
2024-01-09 15:04:18 +01:00
Jayme Bird
b451c04e75
fixup wait for all replicas if no src_replicas are specified
2024-01-09 14:02:48 +00:00
Jayme Bird
3e25e6963c
test - remove redundant settings change and sleep
2024-01-09 13:58:28 +00:00
Alexander Tokmakov
92daa17b31
Merge pull request #57697 from ClickHouse/dependency-failure
...
Customizable dependency failure handling for AsyncLoader
2024-01-09 14:03:35 +01:00
Robert Schulze
db3b430d41
Stylistic changes
2024-01-09 12:53:17 +00:00
Mikhail f. Shiryaev
ac1dac4fe3
Merge pull request #58619 from ClickHouse/s3-optional-client
...
Optional `client` argument for `S3Helper`
2024-01-09 16:52:42 +04:00
Yarik Briukhovetskyi
c8f97e877f
fix typo
2024-01-09 13:31:15 +01:00
Sema Checherinda
7c7e72c4b7
Merge pull request #58573 from ClickHouse/chesema-s3-client-creation
...
fix and test that S3Clients are reused
2024-01-09 13:28:20 +01:00
Sema Checherinda
6dbf7c967c
Merge pull request #57663 from ClickHouse/CheSema-remote-blobs-naming-2
...
generate object storage key by template
2024-01-09 13:26:56 +01:00
Robert Schulze
195f10010d
Cosmetics + make things more atomic
2024-01-09 12:26:38 +00:00
jinjunzh
e2fb33e612
refine zstd_qat initialization
2024-01-09 13:42:01 -05:00
jinjunzh
8f8230df07
Merge branch 'qatzstd_main' of https://github.com/jinjunzh/ClickHouse into qatzstd_main
2024-01-09 11:46:53 -05:00
jinjunzh
1f3ae5ec6b
qat device init only once
2024-01-09 11:38:55 -05:00
Robert Schulze
e9b6f413b8
Get rid of QueryCache::user_name
2024-01-09 12:24:12 +00:00
Mikhail f. Shiryaev
5ed4cd41d9
Extend S3Helper to accept a custom s3 client and endpoint
2024-01-09 13:10:34 +01:00
Mikhail f. Shiryaev
3875f4f4b5
Fix issue with default dataclass values
2024-01-09 13:10:28 +01:00
vdimir
4a57fd599a
Merge pull request #58595 from ClickHouse/vdimir/concurrent_hash_max_joined_rows
...
Disable max_joined_block_rows in ConcurrentHashJoin
2024-01-09 13:02:49 +01:00
vdimir
46c43e2cce
Another fix join using nullable in old analyzer
2024-01-09 11:58:50 +00:00