Robert Schulze
9fb4c23c06
Merge pull request #68678 from rschu1ze/usearch-2.14
...
Vector similarity index: make `bf16` the default quantization
2024-08-28 08:45:02 +00:00
Tuan Pham Anh
e0b9c0f14f
Remove settings update in ASTTableOverride::formatImpl
2024-08-28 03:47:27 +00:00
Arthur Passos
0b29aef1a0
remove extra dot from ex message
2024-08-27 15:25:41 -03:00
Kruglov Pavel
59d821e164
Merge pull request #68793 from Avogar/json-alias-runtime
...
Check setting use_json_alias_for_old_object_type in runtime
2024-08-27 17:10:23 +00:00
Nikolai Kochetov
a1517cb9d6
Refactor a bit and add a comment.
2024-08-27 16:56:03 +00:00
Anton Popov
f7ed0912db
Merge pull request #68741 from CurtizJ/fix-async-insert-query-params
...
Support query parameters in async inserts
2024-08-27 16:10:59 +00:00
Nikolai Kochetov
a7584bbb80
Remove comments.
2024-08-27 16:07:31 +00:00
Anton Popov
ac91471042
add comment
2024-08-27 16:06:12 +00:00
Arthur Passos
a0ab22e031
style
2024-08-27 13:01:10 -03:00
Nikolai Kochetov
2b495e22cd
Fixing a test.
2024-08-27 15:38:52 +00:00
Arthur Passos
6f806124a3
Merge branch 'master' into multi_auth_methods
2024-08-27 12:24:53 -03:00
Arthur Passos
a65d175a81
change parsing logic a bit
2024-08-27 12:23:42 -03:00
Nikolai Kochetov
90cc619966
Better care about grouping keys order for GROUPING SETS.
2024-08-27 15:06:43 +00:00
Tuan Pham Anh
9ae0d51613
Reformat the code, pass variable names in comments when calling
2024-08-27 15:02:02 +00:00
vdimir
bb22736bc3
Merge pull request #68867 from ucasfl/url-engine
...
Add virtual column _headers for url table engine
2024-08-27 13:27:19 +00:00
János Benjamin Antal
964641a28c
Merge pull request #67583 from depressed-pho/fix-fromModifiedJulianDay
...
Fix the upper bound of function fromModifiedJulianDay()
2024-08-27 13:20:57 +00:00
Alexander Gololobov
2a68ad8704
Fill plan_step_name and plan_step_description
2024-08-27 15:12:01 +02:00
avogar
88b72238c8
Fix JSON type parsing with nulls as defaults
2024-08-27 13:09:19 +00:00
Han Fei
a0e9412c72
Merge pull request #68499 from denis-hananein/fix-68239-sample-n
...
Fix 68239 sample n
2024-08-27 13:05:51 +00:00
Alexander Gololobov
cc701c92b4
Add plan_step_name and plan_step_description columns to system.processors_profile_log
2024-08-27 15:05:05 +02:00
avogar
6ee197ea59
Don't use serializations cache in const Dynamic column methods
2024-08-27 13:01:37 +00:00
iceFireser
55eb2953c7
Merge branch 'ClickHouse:master' into master
2024-08-27 20:51:47 +08:00
Anton Popov
c7d0d790e2
fix materialized views with optimize_functions_to_subcolumns
2024-08-27 12:38:37 +00:00
Daniil Ivanik
e0dc32bc61
Merge pull request #68210 from ClickHouse/divanik/add_local_and_azure_iceberg_support
...
Support partial Iceberg reading in azure and local storages
2024-08-27 11:52:43 +00:00
Raúl Marín
c1a83f4734
Fix possible wrong result during anyHeavy state merge
2024-08-27 13:45:25 +02:00
Alexander Tokmakov
60a0ea5746
Merge pull request #68366 from ClickHouse/check_merge_entries
...
Check that merge entries are valid
2024-08-27 11:17:11 +00:00
Igor Nikonov
98562b0d15
Merge pull request #67700 from ClickHouse/asan-invalid-shared-context-access
...
Fix(asan): access destroyed shared context from handleCrash()
2024-08-27 10:55:56 +00:00
Raúl Marín
e3ef11e505
Merge pull request #67983 from Algunenano/flaky_win_view
...
Fix window view missing blocks due to slow flush to view
2024-08-27 10:35:09 +00:00
Kruglov Pavel
e13e537a06
Merge pull request #68128 from RodolpheDuge/odbc_http_retry_from_configuration
...
odbc: get http_max_tries from server configuration
2024-08-27 10:32:40 +00:00
János Benjamin Antal
1523df6ec3
Ignore MODIFY_COLUMN
commands without column type when parsing mutation commands
2024-08-27 10:31:11 +00:00
alesapin
df44c2a4ff
Merge pull request #68897 from ClickHouse/revert-59173-fix_prewhere_without_columns
...
Revert "Fix prewhere without columns and without adaptive index granularity (almost w/o anything)"
2024-08-27 10:15:35 +00:00
Tuan Pham Anh
69cf54192c
1) Add tests for the identifier quoting style setting. 2) Update uni-test for table overrides
2024-08-27 09:38:21 +00:00
taiyang-li
aa4688a982
fix style
2024-08-27 12:25:22 +08:00
jsc0218
6289c65e02
Merge pull request #62364 from cangyin/fix-projection-merge
...
Rebuild projection for merges that reduces rows
2024-08-27 00:59:42 +00:00
jsc0218
033b9cc28c
Merge pull request #68835 from jsc0218/FixFuncTypo
...
Fix Function Typo
2024-08-26 21:06:07 +00:00
Jordi
c43fcce77d
Fix style check
2024-08-26 20:04:19 +02:00
Alexander Tokmakov
936bbe7d0d
handle trash parts correctly
2024-08-26 20:02:03 +02:00
Kseniia Sumarokova
8b2db6276c
Merge pull request #68836 from ClickHouse/fix-delta-lake-bug-in-schema-parsing
...
Fix complex types metadata parsing in DeltaLake
2024-08-26 17:44:22 +00:00
Jordi
cf58ce217a
Add system.projections table
2024-08-26 19:20:26 +02:00
Raúl Marín
e8d9fbdd1f
Merge remote-tracking branch 'blessed/master' into flaky_win_view
2024-08-26 17:49:22 +02:00
Alexander Gololobov
c27513e540
Revert "Fix prewhere without columns and without adaptive index granularity (almost w/o anything)"
2024-08-26 17:38:07 +02:00
Tuan Pham Anh
8e6de7e767
1) Fix: move new setting to 24.9 key. 2) Fix: fource quoting dictionary attribute names
2024-08-26 15:26:21 +00:00
Tuan Pham Anh
32e995acbb
Update settings change history version
2024-08-26 15:26:21 +00:00
Tuan Pham Anh
e1d66b9e26
Add output_format_always_quote_identifiers into the settings
2024-08-26 15:26:21 +00:00
Tuan Pham Anh
d6ca589ebe
Treat PROJECTION, DICTIONARY, COLUMN, INDEX names as identifiers when formating
2024-08-26 15:26:21 +00:00
Tuan Pham Anh
5bad631d46
Add config for outout_format_identifers_quoting_style
2024-08-26 15:26:21 +00:00
Nikolai Kochetov
9d9ef69196
Fixing check.
2024-08-26 15:21:48 +00:00
Nikolai Kochetov
5f587af078
Review fix.
2024-08-26 15:15:16 +00:00
vdimir
e7d17573e1
Add assert src/Storages/StorageURL.cpp
2024-08-26 16:55:45 +02:00
Nikolai Kochetov
42e7cc476e
Fixing typos.
2024-08-26 14:48:29 +00:00
Nikolai Kochetov
77061db955
Adding comments and checks.
2024-08-26 14:37:02 +00:00
Igor Nikonov
3bdad9baa5
Merge branch 'master' into asan-invalid-shared-context-access
2024-08-26 16:20:49 +02:00
jsc0218
b381c9dd84
Merge remote-tracking branch 'upstream/master' into fix-projection-merge
2024-08-26 13:06:58 +00:00
jsc0218
2a9d61efec
Merge remote-tracking branch 'origin/master' into FixFuncTypo
2024-08-26 12:56:09 +00:00
Konstantin Bogdanov
1cdccd527f
Merge pull request #68639 from m7kss1/ripedmd-160
...
Add RIPEMD160 function
2024-08-26 12:06:18 +00:00
Kruglov Pavel
e361417ff6
Merge pull request #68298 from Avogar/fix-nullable-schema-inference
...
Fix using schema_inference_make_columns_nullable=0
2024-08-26 11:52:34 +00:00
Kruglov Pavel
76493b31b6
Merge pull request #68653 from ClickHouse/Avogar-patch-6
...
Increase connectTimeoutMs IMDS connection timeout to 50ms to avoid failures in CI
2024-08-26 11:50:41 +00:00
Kruglov Pavel
72c3b0212d
Merge pull request #68437 from bigo-sg/devirtualize_schema_reader
...
Try to devirtualize format reader in RowInputFormatWithNamesAndTypes
2024-08-26 11:43:54 +00:00
Kruglov Pavel
bf4b53390b
Merge branch 'master' into input_format_json_empty_as_default
2024-08-26 13:40:48 +02:00
vdimir
50e08ed4f4
Merge branch 'master' into fix_full_text_with_multi_col
2024-08-26 11:52:59 +02:00
divanik
3581eb34e7
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-26 09:04:13 +00:00
taiyang-li
53ace69ede
fix failed performance tests
2024-08-26 16:47:47 +08:00
taiyang-li
6c0102e971
fix failed uts
2024-08-26 16:28:56 +08:00
taiyang-li
7aaa0289e1
revert files
2024-08-26 14:58:57 +08:00
taiyang-li
d6df83d561
add uts about orc string encode
2024-08-26 14:57:51 +08:00
taiyang-li
1011f8ef9c
add uts about orc string encode
2024-08-26 14:45:41 +08:00
taiyang-li
9bcafbc90f
improve_upper_lower
2024-08-26 10:46:18 +08:00
Nikita Mikhaylov
674cddc969
Merge pull request #68848 from amosbird/fix-68618
...
Fix empty tuple in array
2024-08-25 20:23:43 +00:00
Nikita Mikhaylov
49f6112e4f
Merge pull request #68866 from ClickHouse/fix-ssl-handshake-error-process
...
Fix ssl handshake error processing
2024-08-25 20:23:24 +00:00
Nikita Mikhaylov
5c1cfeec4c
Merge pull request #68730 from ClickHouse/replxx-custom-descriptors
...
Bump Replxx to support custom descriptors
2024-08-25 17:09:36 +00:00
Nikita Mikhaylov
69bb1df642
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-68618
2024-08-25 14:24:20 +02:00
Alexey Korepanov
312d32aaf9
Fix formatting
2024-08-25 12:14:18 +02:00
Alexey Korepanov
c42815a139
Merge branch 'master' into output-format-json-compact-with-progress
2024-08-25 11:43:06 +02:00
Alexey Korepanov
0e4f2b17cc
Remove unnecessary check
2024-08-25 11:38:29 +02:00
Alexey Korepanov
af3f600b5c
Fix commas in the statistics section
2024-08-25 11:35:35 +02:00
Alexey Korepanov
58aab9b8c7
Remove wrong bracket in the meta section
2024-08-25 11:29:07 +02:00
Alexey Korepanov
06f0267ed1
Do not show statistics if exception happens
2024-08-25 11:27:43 +02:00
flynn
e1e692a968
Fix and update docs
2024-08-25 08:00:16 +00:00
flynn
590cf84a83
Fix conflict
2024-08-25 07:54:11 +00:00
flynn
e4aceed36a
Add virtual column _headers for url table engine
2024-08-25 07:49:30 +00:00
Yakov Olkhovskiy
f7cc3e9c59
postpone SSL handshake
2024-08-25 00:13:12 -04:00
Nikita Mikhaylov
78c175225b
Done
2024-08-24 16:01:03 +02:00
Han Fei
b578d1af1c
Merge pull request #68820 from hanfei1991/hanfei/fix-logical-err-stats
...
fix logical err of modify statistics
2024-08-24 13:39:48 +00:00
Amos Bird
e2aa953e70
Fix empty tuple in array
2024-08-24 20:45:10 +08:00
Kruglov Pavel
a34191f3b1
Merge pull request #68681 from Avogar/fix-variant-permutation
...
Fix ColumnVariant permutation
2024-08-24 11:56:23 +00:00
Kruglov Pavel
d477bef82d
Merge pull request #68686 from Avogar/fix-structure-comparison-json
...
Fix structure comparison between 2 JSON columns
2024-08-24 11:56:12 +00:00
Kruglov Pavel
293821a186
Merge pull request #68802 from Avogar/consistent-dynamic-structure
...
Make dynamic structure selection more consistent
2024-08-24 11:53:17 +00:00
Kruglov Pavel
906b7aebc6
Merge pull request #68824 from Avogar/fix-dynamic-subcolumns-resolutuon
...
Fix resolving dynamic subcolumns from subqueries in analyzer
2024-08-24 11:51:09 +00:00
iceFireser
6afe3fc500
Merge branch 'ClickHouse:master' into master
2024-08-24 17:18:54 +08:00
Han Fei
0f265ce33d
address comments
2024-08-23 23:13:53 +02:00
Anton Popov
7916490afa
add more cases for test
2024-08-23 20:26:31 +00:00
Igor Nikonov
17c1e82bc0
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-23 18:27:19 +00:00
Alexander Tokmakov
ed5114b94c
Merge branch 'master' into check_merge_entries
2024-08-23 20:06:42 +02:00
Alexander Tokmakov
d3f3bc3565
Merge pull request #68629 from ClickHouse/revert-68515-fix-01079_bad_alters_zookeeper_long
...
Fix test `01079_bad_alters_zookeeper_long`
2024-08-23 18:05:03 +00:00
Yarik Briukhovetskyi
55116da80d
Merge pull request #68606 from yariks5s/remove_initial_underscores_hive
...
Prioritizing of virtual columns in hive partitioning
2024-08-23 16:32:13 +00:00
kssenii
eb94847ed9
Fix
2024-08-23 18:14:02 +02:00
Anton Popov
7517ef4cc9
fix async insert with alter modify column
2024-08-23 16:08:04 +00:00
jsc0218
3278287779
fix
2024-08-23 15:26:45 +00:00
avogar
7aabd7d2fd
Fix resolving dynamic subcolumns from subqueries in analyzer
2024-08-23 15:11:51 +00:00
taiyang-li
ab6aed6c6a
merge master
2024-08-23 23:08:28 +08:00
taiyang-li
9ad7cfc71f
host fix lower upper performance issue
2024-08-23 23:04:51 +08:00
joelynch
1c6976d7a5
Fix zero copy bug with encrypted disk and UNFREEZE
...
When running UNFREEZE with encrypted disk, zookeeper
metadata would be erroneously removed here
src/Storages/StorageReplicatedMergeTree.cpp#L10418.
2024-08-23 17:04:39 +02:00
Han Fei
61fa4e7a47
fix logical err of modify statistics
2024-08-23 16:38:48 +02:00
avogar
5d6b861ff0
Fix index with limit=0
2024-08-23 13:49:36 +00:00
Kruglov Pavel
2b20b2d4de
Update src/Columns/ColumnDynamic.cpp
...
Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
2024-08-23 15:02:43 +02:00
Kruglov Pavel
6f5210644b
Update src/Columns/ColumnObject.cpp
...
Co-authored-by: Alexander Gololobov <davenger@clickhouse.com>
2024-08-23 14:43:09 +02:00
Vitaly Baranov
4d5ac30a87
Merge pull request #67748 from vitlibar/fix-role-cache-expiration
...
Fix expiration in RoleCache
2024-08-23 12:29:56 +00:00
Kruglov Pavel
ef7970d2c3
Fix typo
2024-08-23 14:19:42 +02:00
Kruglov Pavel
1a479b43fd
Merge pull request #68688 from ClickHouse/Avogar-patch-10
...
Fix Upgrade Check: move some settings to 24.9 section
2024-08-23 12:17:43 +00:00
avogar
1165ae756d
Make dynamic structure selection more consistent
2024-08-23 12:16:16 +00:00
iceFireser
35db026e33
Merge branch 'ClickHouse:master' into master
2024-08-23 19:08:20 +08:00
avogar
b1e0469d2b
Check setting in runtime
2024-08-23 10:58:43 +00:00
Miсhael Stetsyuk
a4ee666ec5
Merge pull request #68733 from ClickHouse/write-metadata-to-disk-and-zk-in-same-format
...
Write metadata to disk and keeper in the same format
2024-08-23 10:51:15 +00:00
Sema Checherinda
573d83ff97
Merge pull request #68728 from ClickHouse/chesema-around-logs
...
fix shutdown for PeriodicLog
2024-08-23 10:34:35 +00:00
Robert Schulze
6775e60331
Merge pull request #68731 from aiven-sal/aiven-sal/fhsip2
...
Fix regression in `sipHash(64/128)Keyed`
2024-08-23 09:02:03 +00:00
Robert Schulze
c40c8b7adb
Enable bf16 + f64 quantization, make bf16 the default
2024-08-23 07:32:34 +00:00
iceFireser
0966072951
Merge branch 'ClickHouse:master' into master
2024-08-23 10:01:58 +08:00
Anton Popov
1aaf9a08c4
fix async inserts with alter
2024-08-22 23:25:38 +00:00
Anton Popov
012cf0763f
Merge pull request #68672 from CurtizJ/return-back-virtual-column
...
Return back virtual columns to distributed tables
2024-08-22 23:17:59 +00:00
Nikolai Kochetov
0e136ded28
Fixing header.
2024-08-22 19:06:04 +00:00
Nikolai Kochetov
de2f1adf91
Fix mergine of aggregated data for grouping sets.
2024-08-22 18:02:03 +00:00
Konstantin Bogdanov
2a32207e9e
fix: wrap in conditional preprocessor directives
2024-08-22 19:08:05 +02:00
Anton Popov
ad60876777
support query paramters in async inserts
2024-08-22 16:46:41 +00:00
Sema Checherinda
e7b89537bf
fix style
2024-08-22 18:02:42 +02:00
Nikolay Degterinsky
1547dd2bde
Merge pull request #68645 from zghong/fix-invalid-char-in-replica_name
...
Fix invalid characters in replica_name
2024-08-22 15:42:39 +00:00
Sema Checherinda
859d2bfe27
move stopFlushThread to SystemLogBase
2024-08-22 17:18:06 +02:00
Michael Stetsyuk
0b9c24f31d
write metadata to disk and keeper in the same format
2024-08-22 15:13:42 +00:00
Salvatore Mesoraca
1ea0163dfe
Fix issue with maps with arrays as keys
2024-08-22 16:42:14 +02:00
Sema Checherinda
a9e793532a
fix shutdown for PeriodicLog
2024-08-22 16:34:14 +02:00
Arthur Passos
43e9a7ba4b
Merge branch 'master' into multi_auth_methods
2024-08-22 10:57:23 -03:00
jsc0218
216f75cd0a
Merge remote-tracking branch 'upstream/master' into fix-projection-merge
2024-08-22 13:44:12 +00:00
Anton Popov
91e65feaae
fix virtual columns in Merge engine
2024-08-22 13:42:30 +00:00
János Benjamin Antal
00aa60ca03
Merge pull request #65987 from ClickHouse/fix-docs-for-merge-selecting-sleep
...
Fix docs
2024-08-22 12:42:31 +00:00
Arthur Passos
13d5b029a4
make max_number_of_authentication_methods=0 unlimited
2024-08-22 09:41:10 -03:00
Yarik Briukhovetskyi
7bae85ff08
Merge pull request #68534 from yariks5s/fix_functionSQLJSON
...
Fix `Context has expired` while executing query
2024-08-22 12:15:21 +00:00
Yarik Briukhovetskyi
e979251859
Merge pull request #68057 from yariks5s/interval_type_conversion
...
Implement interval data type comparison
2024-08-22 12:15:10 +00:00
Vitaly Baranov
7ef5c366e8
Fix expiration in RoleCache.
2024-08-22 13:56:55 +02:00
Robert Schulze
a1b97d7334
Merge pull request #66933 from bigo-sg/func_overlay
...
Add functions `overlay[UTF8]`
2024-08-22 11:50:42 +00:00
avogar
e73e8e7a08
Merge branch 'master' of github.com:ClickHouse/ClickHouse into Avogar-patch-10
2024-08-22 10:43:23 +00:00
Robert Schulze
afab4c0e43
Merge pull request #68684 from rschu1ze/better-icu-correction
...
Un-flake 01278_random_string_utf8
2024-08-22 10:09:03 +00:00
Robert Schulze
76c93d35d8
Merge pull request #68477 from pinsvin00/add-clear-query-cache-tag
...
Drop query cache by tag
2024-08-22 09:39:22 +00:00
Kruglov Pavel
d608a8a991
Merge pull request #68582 from Avogar/fix-dynamic-subcolumns-enumerate
...
Fix enumerating dynamic subcolumns
2024-08-22 09:34:33 +00:00
vdimir
07f44fdb89
Merge branch 'master' into vdimir/fix_function_printf_style
2024-08-22 11:23:50 +02:00
vdimir
0ef5d46582
Merge branch 'master' into fix_full_text_with_multi_col
2024-08-22 11:21:38 +02:00
flynn
ca40da5c03
Proper ErrorCodes
2024-08-22 09:03:02 +00:00
taiyang-li
3ff9522b69
change as request
2024-08-22 12:49:10 +08:00
taiyang-li
9d0b3e3937
change as request
2024-08-22 11:32:59 +08:00
李扬
9a35f0bf15
Merge branch 'ClickHouse:master' into devirtualize_schema_reader
2024-08-22 10:59:31 +08:00
taiyang-li
b0a0988c5b
change as request
2024-08-22 10:46:44 +08:00
Konstantin Bogdanov
54caf1f84e
fix: wrap in conditional preprocessor directives
2024-08-22 01:20:46 +02:00
Kruglov Pavel
8a89cd31a1
Fix Upgrade Check: move some settings to 24.9 section
2024-08-22 00:29:32 +02:00
Yarik Briukhovetskyi
2f6ad1271c
fix tests + exception
2024-08-22 00:27:02 +02:00
Arthur Passos
d7d40db036
make sure all alters except id related are allowed even if state of user is invalid afterwards
2024-08-21 19:07:54 -03:00
Robert Schulze
dbee1542b6
It --> If
2024-08-21 23:54:19 +02:00
avogar
ca880ccdee
Fix structure comparison between 2 JSON columns
2024-08-21 20:47:48 +00:00
Robert Schulze
d350f7bc1a
Improve accuracy of ICU-correcting code by 12.6%
2024-08-21 20:27:45 +00:00
avogar
38f9ef6bc9
Fix ColumnVariant permutation
2024-08-21 19:08:07 +00:00
Dergousov
74d8971432
fix: use OpenSSL RIPEMD160 impl
2024-08-21 22:06:52 +03:00
Michael Kolupaev
2e21683bed
Merge pull request #68494 from baibaichen/patch_for_68131
...
Repeat field is also compound types, ignore it.
2024-08-21 18:59:20 +00:00
Yarik Briukhovetskyi
b8027e5566
Merge pull request #68105 from JackyWoo/fix_msan_caused_by_incorrect_datetime_str
...
Fix MSAN issue caused by incorrect date format.
2024-08-21 18:06:20 +00:00
Yarik Briukhovetskyi
d34fa71ede
Merge branch 'ClickHouse:master' into fix_functionSQLJSON
2024-08-21 19:48:51 +02:00
Yarik Briukhovetskyi
0441b1c425
Merge branch 'ClickHouse:master' into interval_type_conversion
2024-08-21 19:48:21 +02:00
Yarik Briukhovetskyi
a52eff299e
fix tests
2024-08-21 19:43:45 +02:00
yariks5s
2e58ac5611
build fix
2024-08-21 16:30:42 +00:00
Mikhail Filimonov
64d4ef002d
fix style
2024-08-21 18:20:05 +02:00
Pablo Marcos
4965f3403b
Merge pull request #68615 from pamarcos/secure-name-collections-storage
...
Add storage encryption for named collections
2024-08-21 15:21:12 +00:00
Anton Popov
e87de3cfcd
return back virtual columns to distributed tables
2024-08-21 15:19:29 +00:00
Mikhail Filimonov
a66bd99d2f
make jobs queue in the ThreadPool stable (i.e. FIFO for the same priority), otherwise some jobs can stay in queue untaken for a long time
2024-08-21 16:50:58 +02:00
Yarik Briukhovetskyi
5965297d8b
add accidentally removed virtual column
2024-08-21 16:35:39 +02:00
Yarik Briukhovetskyi
1afd3a7c3a
give priority to parsed columns over storage columns
2024-08-21 16:24:43 +02:00
李扬
712c9855d2
Merge branch 'ClickHouse:master' into devirtualize_schema_reader
2024-08-21 22:20:04 +08:00
Kruglov Pavel
6db7b99543
Increase connectTimeoutMs IMDS connection timeout to 50ms to avoid failures in CI
2024-08-21 15:42:46 +02:00
Kruglov Pavel
a387807c84
Fix build
2024-08-21 15:14:51 +02:00
Kruglov Pavel
aa96fd3385
Merge pull request #63798 from Blargian/variant_inference
...
setting to use Variant data type during schema inference
2024-08-21 13:06:00 +00:00
Kruglov Pavel
f6f62bd36f
Merge pull request #68323 from shiyer7474/fix_datetime64_const_in_subquery_distributed
...
Fix small value DateTime64 constant folding in nested subquery for remote
2024-08-21 12:52:38 +00:00
Kruglov Pavel
34d02304d3
Merge branch 'master' into input_format_json_empty_as_default
2024-08-21 14:50:36 +02:00
Alexey Milovidov
6fefc900a6
Merge pull request #68630 from rschu1ze/aiven-sal-fhsip
...
Fix `LOGICAL_ERROR`s with functions `sipHash(64/128)Keyed`
2024-08-21 12:48:03 +00:00
JackyWoo
d71afba234
Fix tests
2024-08-21 18:58:34 +08:00
Robert Schulze
050af403a7
Merge remote-tracking branch 'ClickHouse/master' into add-clear-query-cache-tag
2024-08-21 09:58:42 +00:00
Mikhail Filimonov
d5aec83ce7
Mark LocalThread metrics obsolete due to https://github.com/ClickHouse/ClickHouse/pull/47880
2024-08-21 11:48:04 +02:00
siyuan
f12840eb5f
Fix wrong row id when using full text index with multi column
2024-08-21 15:45:58 +08:00
Zhigao Hong
e01a448bcc
Fix invalid characters in replica_name
2024-08-21 15:35:33 +08:00
JackyWoo
fc704020e9
Update tests
2024-08-21 13:29:42 +08:00
JackyWoo
6fb5051237
Fix conflicts
2024-08-21 12:47:12 +08:00
JackyWoo
2502ca766f
Merge branch 'master' into add_statistics_minmax
...
# Conflicts:
# src/Storages/Statistics/ConditionSelectivityEstimator.cpp
# src/Storages/Statistics/Statistics.cpp
# src/Storages/Statistics/Statistics.h
# src/Storages/Statistics/StatisticsCountMinSketch.cpp
# src/Storages/Statistics/StatisticsCountMinSketch.h
# src/Storages/Statistics/StatisticsTDigest.cpp
# src/Storages/Statistics/StatisticsTDigest.h
# src/Storages/Statistics/StatisticsUniq.cpp
# src/Storages/Statistics/StatisticsUniq.h
2024-08-21 10:56:23 +08:00
Dergousov
a0d29c812c
fix: cosmetic
2024-08-21 02:47:23 +03:00
Dergousov
bb2b660096
fix: cosmetic
2024-08-21 02:11:08 +03:00
Dergousov
1626589bb3
feat: add ripeMD160 support
2024-08-21 00:48:23 +03:00
Arthur Passos
4fd19c3ad9
do not allow reset auth to new to be used along with add identified clauses
2024-08-20 17:16:12 -03:00
Kruglov Pavel
5d280053c2
Add comment in ISerialization.h
2024-08-20 21:55:10 +02:00
Kruglov Pavel
9fd9f649db
Add comment in IDataType.cpp
2024-08-20 21:53:42 +02:00
Kruglov Pavel
054b38d4eb
Merge pull request #68451 from Avogar/check-json-regexp
...
Check for invalid regexp in JSON SKIP REGEXP section
2024-08-20 19:48:36 +00:00
Mikhail Filimonov
843d869631
add one more metric
2024-08-20 21:22:25 +02:00
Mikhail Filimonov
1f2f3c69b9
New metrics for ThreadPool
...
- Introduced performance metrics for better monitoring and troubleshooting of ThreadPool.
2024-08-20 21:22:14 +02:00
Robert Schulze
4c6f30a70d
Cosmetics
2024-08-20 18:23:28 +00:00
Alexander Tokmakov
0b68517279
skip projections
2024-08-20 20:01:35 +02:00
Salvatore Mesoraca
027f913a13
Do not check i before it gets its final value
2024-08-20 18:01:23 +00:00
Salvatore Mesoraca
ef2912b0f7
Fix old and wrong assert
2024-08-20 18:01:20 +00:00
Salvatore Mesoraca
4d0fc70227
Fix keyed hash issue with empty array/map input
2024-08-20 18:01:18 +00:00
Alexander Tokmakov
fe637452ec
Revert "Fix test 01079_bad_alters_zookeeper_long
"
2024-08-20 19:54:12 +02:00
Arthur Passos
1980959c8b
exception message
2024-08-20 14:27:53 -03:00
Arthur Passos
27ee4dd611
throw syntax error instead of bad arguments in case of add not identified
2024-08-20 14:17:05 -03:00
Yarik Briukhovetskyi
0d416859b4
Merge branch 'ClickHouse:master' into interval_type_conversion
2024-08-20 19:13:12 +02:00
Yarik Briukhovetskyi
087912f4f0
Merge branch 'ClickHouse:master' into fix_functionSQLJSON
2024-08-20 19:12:59 +02:00
Pablo Marcos
0091f16af9
Fix build without SSL support
2024-08-20 16:13:16 +00:00
Alexander Tokmakov
aafa504bb5
Merge branch 'master' into check_merge_entries
2024-08-20 17:51:52 +02:00
János Benjamin Antal
e547875a9c
Improve wording
2024-08-20 14:03:02 +00:00
János Benjamin Antal
d10e65291c
Fix docs
2024-08-20 14:03:02 +00:00
Pablo Marcos
f5a0202474
Add integration test
2024-08-20 13:40:15 +00:00
Robert Schulze
129d1e387e
Some fixups
2024-08-20 13:36:17 +00:00
Michal Tabaszewski
ad20d24c6e
Fixed binary-tidy complaint
2024-08-20 13:36:17 +00:00
Michal Tabaszewski
cd51535a67
Fixed style.
2024-08-20 13:36:17 +00:00
Michal Tabaszewski
4f799467ec
Added removing query cache by tag.
2024-08-20 13:36:17 +00:00
jsc0218
1c53a02e4c
Merge remote-tracking branch 'upstream/master' into fix-projection-merge
2024-08-20 13:19:23 +00:00
Alexander Tokmakov
ef7c616f41
Merge pull request #68608 from ClickHouse/revert-60197-format-settings-parsing
...
Revert "Fix unexpected behavior with `FORMAT` and `SETTINGS` parsing"
2024-08-20 13:13:42 +00:00
Alexander Tokmakov
ee9080fba7
Revert "Fix unexpected behavior with FORMAT
and SETTINGS
parsing"
2024-08-20 15:11:06 +02:00
Han Fei
aa0e4beae6
Merge pull request #68321 from ClickHouse/sampling-key-race
...
Fix data race on SampleKey
2024-08-20 13:01:38 +00:00
Robert Schulze
c25ddba0b4
Merge pull request #68578 from rschu1ze/minor-logging-fixes
...
Minor logging fixes
2024-08-20 12:09:26 +00:00
Yarik Briukhovetskyi
24eeaffa7a
init
2024-08-20 14:02:09 +02:00
Robert Schulze
67344be073
Merge pull request #68523 from rschu1ze/improve_upper_lower-2
...
Improve compatibility of `upper/lowerUTF8` with Spark
2024-08-20 10:30:06 +00:00
avogar
a5a451efe2
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
2024-08-20 09:57:46 +00:00
kevinyhzou
add486b62a
rebase and reslove conflict
2024-08-20 17:33:08 +08:00
vdimir
2fcbe2465a
Fix style in Functions/printf.cpp
2024-08-20 09:07:15 +00:00
Nikolai Kochetov
696114ff1a
Merge pull request #68548 from ClickHouse/try-fix-pipeline-stuck-on-cancel
...
Avoid Pipeline stuck when query was cancelled by user.
2024-08-20 09:04:36 +00:00
PHO
4b05106cc4
Fix the upper bound of function fromModifiedJulianDay()
...
The upper bound was supposed to be 9999-12-31 but it was accidentally
set to 9999-01-01.
2024-08-20 17:49:26 +09:00
Pablo Marcos
c269e0f71c
Add encrypted named collections for ZooKeeper
...
Consolidate the code so that Local and ZooKeeper storages
use the same logic which uses memory buffers to encrypt
and decrypt data.
2024-08-20 08:39:36 +00:00
Pablo Marcos
185038beb0
Add encrypted local named collections
2024-08-20 08:39:36 +00:00
kevinyhzou
cfa4ca6fb1
remove useless code
2024-08-20 15:56:34 +08:00
kevinyhzou
b8e967ff9c
add allowReadCaseInsentitive func
2024-08-20 15:56:34 +08:00
kevinyhzou
29c94195e1
add setting tests/performance/all_join_opt.xml
2024-08-20 15:56:34 +08:00
kevinyhzou
37c3f4a870
add threshold for table rows
2024-08-20 15:55:06 +08:00
taiyang-li
03ab625265
enable string dict encoding in orc output format
2024-08-20 15:47:26 +08:00
taiyang-li
dbd4ee44ed
enable dict encoding in orc writer
2024-08-20 14:09:14 +08:00
Alexey Milovidov
af43ee8682
Merge pull request #67134 from azat/client/ignore_shell_suspend
...
Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
2024-08-20 02:31:54 +00:00
jsc0218
902e7b6f29
ignore broken proj
2024-08-19 23:58:48 +00:00
Nikolay Degterinsky
55855acfcd
Merge pull request #68577 from evillique/move-experimental-functions-application
...
Move enabling experimental settings to a separate file
2024-08-19 23:03:08 +00:00
avogar
bc9cac605a
Fix enumerating dynamic subcolumns
2024-08-19 22:00:35 +00:00
Yarik Briukhovetskyi
9d46bb43bb
Merge branch 'ClickHouse:master' into fix_functionSQLJSON
2024-08-19 23:49:27 +02:00
Yarik Briukhovetskyi
7dc4ac915f
Merge branch 'ClickHouse:master' into interval_type_conversion
2024-08-19 23:48:46 +02:00
Han Fei
8356712a40
Merge pull request #68556 from hanfei1991/hanfei/mannwhitneyu-fix
...
fix bug in mann whitney u test
2024-08-19 20:32:49 +00:00
Arthur Passos
623c507e5f
fix in the right place..
2024-08-19 16:42:48 -03:00
Kseniia Sumarokova
97cc2c365f
Merge pull request #68412 from ClickHouse/delete-old-named-collections-code-1
...
Delete old code of named collections
2024-08-19 18:36:24 +00:00
Kruglov Pavel
00a27669df
Fix builds
2024-08-19 20:22:14 +02:00
Arthur Passos
01f5337f69
fix serialization to fix on cluster commands
2024-08-19 15:13:39 -03:00
Nikolay Degterinsky
a1bec15eb7
Add style check for new allow_ settings
2024-08-19 17:59:40 +00:00
Kruglov Pavel
f49fe76532
Add missing error code
2024-08-19 19:36:00 +02:00
Kruglov Pavel
2f5fb44695
Better check and error code
2024-08-19 19:35:44 +02:00
Robert Schulze
b3c3ea45eb
Slightly better logging
2024-08-19 17:28:39 +00:00
Nikolay Degterinsky
3d567c5241
Move enabling experimental settings to a separate file
2024-08-19 17:08:46 +00:00
Yarik Briukhovetskyi
eaeebb4da1
Merge branch 'ClickHouse:master' into interval_type_conversion
2024-08-19 18:25:45 +02:00
Kruglov Pavel
64bce7afa1
Fix spaces
2024-08-19 17:22:17 +02:00
Han Fei
2c8fade3d7
fix bug in mann whitney u test
2024-08-19 17:06:24 +02:00
pufit
d4da9b8c8e
Merge pull request #66895 from MikhailBurdukov/hostresolver_opt
...
Allow filtering ip addresses by ip family in DNS resolver
2024-08-19 15:00:31 +00:00
Kruglov Pavel
0793585acd
Fix bad conflict resolution
2024-08-19 16:59:30 +02:00
Robert Schulze
e0f8633fbb
Merge pull request #68527 from rschu1ze/fix-build
...
Fix build with `-DENABLE_LIBRARIES=0`
2024-08-19 14:09:00 +00:00
Yarik Briukhovetskyi
7e2804fad5
remove const (review)
2024-08-19 15:48:27 +02:00
Yarik Briukhovetskyi
0d444e6708
review fixes
2024-08-19 15:39:24 +02:00
Nikolai Kochetov
52b156d1ba
Avoid Pipeline stuck when query was cancelled by user.
2024-08-19 12:14:24 +00:00
Yarik Briukhovetskyi
c37fc005d3
init
2024-08-19 13:28:23 +02:00
Alexey Milovidov
eea07e9a7e
Merge pull request #65736 from danipozo/load-fs-metadata-asynchronously
...
Load filesystem cache metadata asynchronously
2024-08-19 12:54:26 +02:00
Nikita Taranov
d4a3a033b0
Merge branch 'master' into adaptive_parallel_replicas
2024-08-19 12:48:39 +02:00
JackyWoo
38c196a834
Merge branch 'master' into fix_msan_caused_by_incorrect_datetime_str
2024-08-19 18:41:19 +08:00
Yarik Briukhovetskyi
0552a1acab
Merge branch 'ClickHouse:master' into interval_type_conversion
2024-08-19 12:35:50 +02:00
taiyang-li
29a0161cdf
change as request
2024-08-19 18:25:01 +08:00
Robert Schulze
625b186b4d
Fix build with -DENABLE_LIBRARIES=0
2024-08-19 10:15:30 +00:00
Alexey Milovidov
732008f57d
Merge pull request #65362 from ClickHouse/revert-65361-revert-65164-ecs
...
Revert "Revert "Fix AWS ECS""
2024-08-19 11:27:26 +02:00
vdimir
e307b25664
Merge branch 'master' into vdimir/multiple_joins_with_storage_join
2024-08-19 11:06:06 +02:00
taiyang-li
845468b215
first commit
2024-08-19 07:12:44 +00:00
Azat Khuzhin
e623ad041f
Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
...
C-z is extermelly useful for some users (like myself), so provide a way
to configure it in client and avoid it's ignorance in clickhouse-disks
(I hope it is OK since it is not that known utility and it does not have
it's own configuration, while cli option is useless, one should remeber
about it).
Honestly I've never seen any interactive client that forbids C-z, so
ignoring it my default looks strange to me.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-19 08:33:53 +02:00
Alexey Milovidov
5a6d765fa2
Merge pull request #60197 from ClickHouse/format-settings-parsing
...
Fix unexpected behavior with `FORMAT` and `SETTINGS` parsing
2024-08-19 05:55:25 +00:00
taiyang-li
8eb922036e
change as request
2024-08-19 12:45:15 +08:00
Alexey Milovidov
165d08f088
Fix bad exception messages
2024-08-19 05:54:37 +02:00
Alexey Milovidov
285f99f719
Merge pull request #68492 from ClickHouse/pretty-print-tuples-in-create-table-statements
...
Pretty print tuples in CREATE TABLE statements
2024-08-19 02:26:03 +00:00
Alexey Milovidov
2863b3f519
Merge pull request #68515 from ClickHouse/fix-01079_bad_alters_zookeeper_long
...
Fix test `01079_bad_alters_zookeeper_long`
2024-08-19 01:54:01 +00:00
Alexey Milovidov
66ef0d8866
Merge pull request #68513 from ClickHouse/fix-race-condition-restarting-thread
...
Fix race condition in MergeTreeRestartingThread
2024-08-19 01:53:49 +00:00
Alexey Milovidov
fd8c99241b
Merge branch 'master' into revert-65361-revert-65164-ecs
2024-08-19 01:58:04 +02:00
Alexey Milovidov
9f290927e5
Merge pull request #68476 from ClickHouse/parallel_replicas_read_task_size_overflow_bug
...
Add check for `min_number_of_marks = 0` in parallel replicas requests
2024-08-18 23:55:16 +00:00
Alexey Milovidov
20ebbc3b26
Merge branch 'master' into format-settings-parsing
2024-08-19 01:48:16 +02:00
Yakov Olkhovskiy
55cc858a03
Merge pull request #68378 from jetgm/view_refresh_progress
...
Fix Progress column value of system.view_refreshes greater than 1 #68377
2024-08-18 23:35:43 +00:00
Alexey Milovidov
e0dbc53b58
Merge branch 'master' into miscellaneous-3
2024-08-19 01:18:48 +02:00
Alexander Tokmakov
1049e36653
Update MergeList.cpp
2024-08-18 23:35:20 +02:00
Alexey Milovidov
b7f1beafe8
Merge pull request #68482 from ClickHouse/cast-proper-parsing
...
Proper parsing of the PostgreSQL-style CAST operator
2024-08-18 20:48:36 +00:00
Alexey Milovidov
8f2c20806a
Fix test 01079_bad_alters_zookeeper_long
2024-08-18 22:45:13 +02:00
Kruglov Pavel
59664d2762
Merge pull request #68459 from ClickHouse/Avogar-patch-6
...
Minor update in Dynamic/JSON serializations
2024-08-18 20:38:58 +00:00
avogar
9d183b8905
Add check for loo large array size
2024-08-18 20:35:30 +00:00
Alexey Milovidov
0d40059e5c
Merge branch 'master' into pretty-print-tuples-in-create-table-statements
2024-08-18 22:22:27 +02:00
Alexey Milovidov
72b7ed8fba
Merge pull request #68507 from ClickHouse/misc-66999
...
Miscellanous changes from #66999
2024-08-18 20:21:21 +00:00
Alexey Milovidov
a258b4fb3d
Fix race condition in MergeTree restarting thread
2024-08-18 22:18:31 +02:00
Nikita Taranov
3883627aad
fix
2024-08-18 20:51:40 +01:00
Nikita Taranov
683b84e6b6
fix
2024-08-18 19:37:52 +01:00
Nikita Taranov
4552be8f02
Merge branch 'master' into parallel_replicas_read_task_size_overflow_bug
2024-08-18 19:13:18 +01:00
Nikita Taranov
c252b3c8b0
fix build
2024-08-18 18:29:48 +01:00
Nikita Taranov
30229a3bfd
better
2024-08-18 17:44:16 +01:00
Nikita Taranov
8a0f41da7a
Merge branch 'master' into adaptive_parallel_replicas
2024-08-18 17:55:29 +02:00
Nikita Taranov
628a4300ba
fix
2024-08-18 16:53:00 +01:00
Yakov Olkhovskiy
0c14ac782e
Merge pull request #68456 from aalexfvk/use_http_1_1_for_external_http_auth
...
Use HTTP/1.1 for external HTTP authentication
2024-08-18 14:36:48 +00:00
Robert Schulze
f5308635d1
Revert "Improve compatibility of upper/lowerUTF8
with Spark"
2024-08-18 15:25:07 +02:00
Robert Schulze
6cf5a7f7f8
Merge pull request #65761 from bigo-sg/improve_upper_lower
...
Improve compatibility of `upper/lowerUTF8` with Spark
2024-08-18 12:14:43 +00:00
Chang Chen
858f8b5020
add test and update codes per commit
2024-08-18 19:11:30 +08:00
Chang Chen
d6e170f777
repeat field is also compound types, ignore it.
2024-08-18 18:49:24 +08:00
Alexey Milovidov
3c40c17349
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-18 11:15:49 +02:00
Alexey Milovidov
ec8554c85a
Fix build
2024-08-18 09:41:29 +02:00
Alexey Milovidov
2a48aaad56
Fix build
2024-08-18 09:12:49 +02:00
Alexey Milovidov
4bb2f7b3f6
Miscellaneous
2024-08-18 09:09:58 +02:00
Alexey Milovidov
7071942858
Miscellanous changes from #66999
2024-08-18 09:05:45 +02:00
Alexey Milovidov
4e91c663a6
Fix error
2024-08-18 08:28:16 +02:00
Alexey Milovidov
03ab872f5c
Fix error
2024-08-18 07:34:44 +02:00
Alexey Milovidov
487c6a097e
Merge branch 'master' into revert-65361-revert-65164-ecs
2024-08-18 06:19:27 +02:00
Alexey Milovidov
5004e4d2cc
Miscellaneous
2024-08-18 03:27:42 +02:00
Alexey Milovidov
db863caeb1
Merge branch 'master' into cast-proper-parsing
2024-08-18 03:12:24 +02:00
Alexey Milovidov
a36688b073
Fix error
2024-08-18 03:02:20 +02:00
Alexey Milovidov
25fe87dfc4
Merge branch 'master' into pretty-print-tuples-in-create-table-statements
2024-08-18 02:42:33 +02:00
Alexey Milovidov
526a28e9ff
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-17 23:38:53 +02:00
Alexey Milovidov
5d851d718a
Merge branch 'master' into misc-databases
2024-08-17 23:21:22 +02:00
Alexey Milovidov
51a6035088
Merge pull request #68490 from ClickHouse/part-of-66999-2
...
Miscellaneous changes from #66999 (2)
2024-08-17 20:51:48 +00:00
Denis Hananein
a8a31ed137
Add unused
2024-08-17 21:14:25 +02:00
Shaun Struwig
ae389d14ee
Fix stylecheck
2024-08-17 20:42:00 +02:00
Shaun Struwig
4a7fe42001
Merge branch 'master' into variant_inference
2024-08-17 20:20:37 +02:00
Igor Nikonov
9fe65f750e
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-17 14:44:02 +00:00
Alexey Milovidov
b9e8b15e46
Merge pull request #68486 from ClickHouse/database-overlay-more-ops
...
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 14:31:29 +00:00
Arthur Passos
accade2390
Merge branch 'master' into multi_auth_methods
2024-08-17 10:26:11 -03:00
Denis Hananein
3adfea8653
Fix #68239 SAMPLE n
2024-08-17 06:06:04 +02:00
Alexey Milovidov
7a5df67b3b
Fix style
2024-08-17 05:08:58 +02:00
Alexey Milovidov
02ec4e2f92
Fix build
2024-08-17 04:00:31 +02:00
Alexey Milovidov
3065b386a4
Update documentation
2024-08-17 03:49:45 +02:00
Alexey Milovidov
4b68ba23c0
Pretty print tuples in CREATE TABLE statements
2024-08-17 03:44:18 +02:00
jsc0218
3388557306
Merge branch 'master' into fix-projection-merge
2024-08-16 21:02:51 -04:00
Alexey Milovidov
e2769d4b05
Merge branch 'master' into format-settings-parsing
2024-08-17 01:45:10 +02:00
Alexey Milovidov
83608cb7bf
Miscellaneous changes from #66999 (2)
2024-08-17 01:40:07 +02:00
Alexey Milovidov
142d7b1582
Miscellaneous changes in BaseDaemon
2024-08-17 01:35:49 +02:00
Yakov Olkhovskiy
07fa798ffa
add total in system.one, test
2024-08-16 23:31:41 +00:00
avogar
4bf9197849
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
2024-08-16 22:38:52 +00:00
Alexey Milovidov
da0a8051d8
Miscellaneous changes in database engines
2024-08-17 00:22:57 +02:00
avogar
b29d5242be
Fix tidy build
2024-08-16 22:10:11 +00:00
Alexey Milovidov
8ba142559c
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 00:09:39 +02:00
Alexey Milovidov
bee38a7f4e
Merge branch 'master' into cast-proper-parsing
2024-08-16 23:52:30 +02:00
Alexey Milovidov
aee031ad44
Slightly better
2024-08-16 23:25:49 +02:00
Alexey Milovidov
cc7d22a7b8
Proper parsing of the PostgreSQL-style CAST operator
2024-08-16 23:08:16 +02:00
Alexey Milovidov
da1d09b2d9
Merge pull request #68435 from ClickHouse/tuple-element-identifier
...
Support expressions with tuples like `expr().name`
2024-08-16 20:57:55 +00:00
Alexey Milovidov
52f35d8100
Merge pull request #68452 from Avogar/date-time-inference-fix
...
Better inference of date times 2
2024-08-16 20:54:03 +00:00
Alexander Gololobov
967d237ba6
Merge pull request #67935 from ClickHouse/davenger_patch_42
...
Add keeper error description to the message
2024-08-16 20:42:15 +00:00
Anton Popov
1fab2fb492
Merge pull request #68016 from CurtizJ/merge-bigger-steps
...
Try to make bigger steps in execution of merges
2024-08-16 20:41:43 +00:00
Nikita Taranov
a6d5047bb0
impl
2024-08-16 21:40:16 +01:00
Igor Nikonov
6e0a74f74d
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-16 19:35:19 +00:00
jsc0218
a0c5466e32
Merge remote-tracking branch 'upstream/master' into fix-projection-merge
2024-08-16 18:53:57 +00:00
avogar
f21e982f03
Fix style, update tests
2024-08-16 18:01:35 +00:00
Alexey Milovidov
dc877859f7
Merge branch 'master' into format-settings-parsing
2024-08-16 19:50:35 +02:00
avogar
32f4b1f891
Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes
2024-08-16 17:49:38 +00:00
Jiebin Sun
cb9039e91d
Add thread pool and cancellation if merge data with key
...
This patch will add thread pool and cancellation if merge data with key.
During the merge, if the data size is large, we may convert the
singleLevelHash to twoLevelHash and merge in parallel.
Test the patch with 2 x 80 vCPUs, Q8 and Q9 has got 10.3% and 7.6%
performance improvement.
Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-08-17 01:32:18 +08:00
Michael Kolupaev
cb3468f6d1
Merge pull request #58934 from ClickHouse/mv4
...
Refreshable materialized views improvements
2024-08-16 17:16:28 +00:00
Michael Kolupaev
b49585cb53
Merge pull request #68365 from ClickHouse/minus1
...
Fix off-by-one inline function info in stack traces
2024-08-16 17:14:36 +00:00
Nikolai Kochetov
09d4964de5
Merge pull request #68413 from ClickHouse/add-default-status-to-processor
...
Add NotStarted status to not-prepared processors.
2024-08-16 16:15:58 +00:00
Kruglov Pavel
c85d5e7538
Update Dynamic serialization
2024-08-16 18:02:51 +02:00
Kruglov Pavel
45e06de326
Minor update in Dynamic/JSON serializations
2024-08-16 18:01:43 +02:00
Kseniia Sumarokova
9ab2ba62fa
Merge pull request #68404 from ClickHouse/update-delta-lake-test
...
Update delta lake test
2024-08-16 15:12:35 +00:00
Aleksei Filatov
6bd65dbfa5
Use HTTP/1.1 for external HTTP authentication
2024-08-16 15:07:53 +00:00
avogar
4975264c9d
More strict parsing
2024-08-16 14:08:07 +00:00
Alexey Milovidov
c80ab00b15
Merge branch 'master' into tuple-element-identifier
2024-08-16 15:58:31 +02:00
Alexey Katsman
63eba954b1
Merge pull request #68127 from aalexfvk/print_multi_zk_error
...
Output an operation error for ZK Multi request failed operation into log
2024-08-16 13:50:13 +00:00
Alexey Milovidov
b738928c34
Merge branch 'master' into format-settings-parsing
2024-08-16 15:42:02 +02:00
Kruglov Pavel
6f7e4ce3aa
Merge branch 'master' into fix-nullable-schema-inference
2024-08-16 15:39:34 +02:00
avogar
b1c18e2dd4
Fix check for allowed date symbols in date time best effort schema infernece
2024-08-16 13:29:25 +00:00
avogar
dfd17cc2d7
Check for invalid regexp in JSON SKIP REGEXP section
2024-08-16 13:23:57 +00:00
Arthur Passos
770804ffdc
change default setting value to 100
2024-08-16 08:57:11 -03:00
Kirill Nikiforov
46f27b03f9
fix transaction
2024-08-16 15:48:28 +04:00
Igor Nikonov
9dc288faa8
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-16 11:07:35 +00:00
Igor Nikonov
29fffd34ac
Fix: check if table expression is present
2024-08-16 11:06:20 +00:00
Dani Pozo
f17655f13f
Load filesystem cache metadata asynchronously
2024-08-16 12:57:55 +02:00
Kruglov Pavel
39bc050e5f
Merge pull request #66444 from Avogar/json-data-type
...
Implement new JSON data type.
2024-08-16 10:29:29 +00:00
taiyang-li
60a6e893a4
first commit
2024-08-16 17:56:12 +08:00
Kseniia Sumarokova
1b49e24925
Fix clang-tidy
2024-08-16 11:26:31 +02:00
Kseniia Sumarokova
c337ecef48
Merge branch 'master' into update-delta-lake-test
2024-08-16 11:23:17 +02:00
Michael Kolupaev
ee51891f50
Merge pull request #65255 from ClickHouse/sixtyfour
...
Allow query profiler period to be longer than 4 seconds
2024-08-16 06:03:53 +00:00
Michael Kolupaev
7c2453aa61
Merge remote-tracking branch 'origin/master' into minus1
2024-08-16 05:36:18 +00:00
Michael Kolupaev
1b52466cbb
()
2024-08-16 05:36:03 +00:00
Michael Kolupaev
dc4281cc86
Merge pull request #68131 from ClickHouse/qast
...
Fix crash on parquet column type mismatch
2024-08-16 03:55:02 +00:00
Alexey Milovidov
77c8bbda43
Merge branch 'master' into format-settings-parsing
2024-08-16 04:15:48 +02:00
Alexey Milovidov
c1b4bc9bb9
Merge pull request #68364 from ClickHouse/ge
...
Check that setProcessListElement() is not called on global context
2024-08-16 02:11:07 +00:00
Alexey Milovidov
fb7afa779c
Support expressions with tuples like expr().name
2024-08-16 03:59:17 +02:00
Alexey Milovidov
a4ade2347c
Merge pull request #68308 from rschu1ze/enable-simsimd
...
Various vector similarity index related fixes
2024-08-16 00:41:56 +00:00
Michael Kolupaev
441ff0a456
Merge remote-tracking branch 'origin/master' into sixtyfour
2024-08-16 00:35:50 +00:00
Michael Kolupaev
4b9a2997d0
Merge remote-tracking branch 'origin/master' into mv4
2024-08-16 00:33:30 +00:00
Alexey Milovidov
27b80b521a
Merge pull request #68354 from hanfei1991/hanfei/fix-key-condition
...
fix bug in key condition
2024-08-16 00:30:03 +00:00
Alexey Milovidov
98e246d99c
Merge branch 'master' into format-settings-parsing
2024-08-16 00:46:16 +02:00
Alexey Milovidov
3508667e6c
Merge pull request #52503 from ClickHouse/more-strict-tryparse
...
Stricter `tryParse`
2024-08-15 21:58:22 +00:00
Alexey Milovidov
535fb79404
Merge pull request #68426 from ClickHouse/kssenii-patch-12
...
Update log message
2024-08-15 21:56:54 +00:00
Kirill Nikiforov
c31c4154ca
fix cs
2024-08-16 01:49:54 +04:00
Alexander Tokmakov
3972991b1f
Update MergeList.cpp
2024-08-15 23:49:49 +02:00
Michael Kolupaev
496a4c7eeb
Merge remote-tracking branch 'origin/master' into qast
2024-08-15 21:41:47 +00:00
Kirill Nikiforov
624afd68c8
parallel attach from multiple partitions
2024-08-16 01:24:52 +04:00
Kruglov Pavel
182c00eba7
Fix style
2024-08-15 23:17:10 +02:00
avogar
bf44d17eb8
Fix comment
2024-08-15 20:55:55 +00:00
Igor Nikonov
fc30b53dd0
Merge pull request #67234 from ClickHouse/pr-lost-decimal-conversion
...
Fix: missing conversion in IN operator with parallel replicas
2024-08-15 20:51:13 +00:00
Igor Nikonov
49fc4cb87b
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 20:48:56 +00:00
Robert Schulze
a22cb30a76
Merge pull request #67789 from bigo-sg/opt_lc_name
...
Keep ColumnLowCardinality::getName() the same style with other columns
2024-08-15 20:47:01 +00:00
avogar
9f477bb1e7
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-15 20:44:01 +00:00
avogar
2a005ee186
Don't allow alter update on columns with dynamic subcolumns
2024-08-15 20:42:43 +00:00
Michael Kolupaev
e0a16450e0
Merge remote-tracking branch 'origin/master' into ge
2024-08-15 20:32:27 +00:00
Michael Kolupaev
e1b5e2e6f8
Merge remote-tracking branch 'origin/master' into minus1
2024-08-15 20:31:38 +00:00
kssenii
077f10a4ad
Fix build
2024-08-15 21:40:54 +02:00
Kruglov Pavel
c4d9944a90
Merge pull request #68382 from Avogar/better-datetime-inference
...
Improve schema inference of date times
2024-08-15 19:33:37 +00:00
avogar
32203edb07
Fix
2024-08-15 19:24:31 +00:00
Nikita Taranov
e98c89ebcb
Merge pull request #68164 from petern48/add_create_if_not_exists_setting
...
Add create_if_not_exists setting
2024-08-15 19:16:00 +00:00
Han Fei
501fcf15a0
Merge pull request #68389 from hanfei1991/hanfei/fix-regexp-flags
...
process regexp flags correctly
2024-08-15 18:58:39 +00:00
Kruglov Pavel
5445669d4e
Don't create new dynamic path for null values
2024-08-15 20:55:36 +02:00
Kruglov Pavel
6c085e0a93
Fix empty types check
2024-08-15 20:51:46 +02:00
Alexey Milovidov
4e5b53aef5
Merge pull request #68309 from ClickHouse/pr-min-marks-to-read-overflow
...
Fix: min marks to read overflow with parallel replicas
2024-08-15 18:26:51 +00:00
Nikita Taranov
80d985a690
add setting change
2024-08-15 19:11:43 +01:00
Kseniia Sumarokova
a5cc3a3a9c
Update log message
2024-08-15 20:03:22 +02:00
Anton Popov
75f951dae5
limit task time for mutations
2024-08-15 17:59:31 +00:00
Nikita Taranov
891f9c5358
fix typo
2024-08-15 18:44:37 +01:00
Alexey Milovidov
e5665c9f59
Merge pull request #68082 from ClickHouse/fix-trash-in-aws-s3
...
Fix trash (low-quality code) in AWS S3
2024-08-15 17:41:21 +00:00
Nikita Taranov
cb0335446e
impl
2024-08-15 18:34:06 +01:00
Kseniia Sumarokova
f7d31d151e
Merge pull request #68353 from ClickHouse/add-try-reserve-failure-reason-to-log
...
Add debug info for `00180_no_seek_avoiding_when_reading_from_cache`
2024-08-15 16:24:25 +00:00
avogar
65493ccf12
Remove unused error code
2024-08-15 15:57:21 +00:00
avogar
7f0406a726
Remove JSONEmpty function and allow JSON in empty function
2024-08-15 15:53:09 +00:00
János Benjamin Antal
4ac90f0cbf
Merge pull request #68386 from ClickHouse/revert-68163-backups-processes
...
Revert "[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE"
2024-08-15 15:23:49 +00:00
Nikolai Kochetov
4548957f5a
Add default status to not-prepared processors.
2024-08-15 15:07:07 +00:00
Igor Nikonov
5d9f105fe3
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 14:34:15 +00:00
kssenii
f6e1eb1643
Fix style check
2024-08-15 16:31:48 +02:00
Nikolai Kochetov
fc5a19949f
Merge pull request #68291 from ClickHouse/add-cancelletion-reason-to-pipeline-executor
...
Add execution status to PipelineExecutor.
2024-08-15 14:31:26 +00:00
taiyang-li
92a9b29b45
devirtualize format reader
2024-08-15 22:25:21 +08:00
divanik
f17b70e3f3
Resolve issues with settings
2024-08-15 14:06:00 +00:00
kssenii
7d01c31312
Delete old code of named collections
2024-08-15 16:01:13 +02:00
Arthur Passos
17c1cef52b
add server setting
2024-08-15 10:30:33 -03:00
divanik
40b45d84ee
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-15 12:59:53 +00:00
divanik
6a96eb5a4e
Merge branch 'divanik/add_local_and_azure_iceberg_support' of github.com:ClickHouse/ClickHouse into divanik/add_local_and_azure_iceberg_support
2024-08-15 12:58:49 +00:00
divanik
5b105e5082
Merge master
2024-08-15 12:58:44 +00:00
Kruglov Pavel
1870f05207
Merge branch 'master' into json-data-type
2024-08-15 14:52:41 +02:00
Robert Schulze
7acf74437f
Fix spelling
2024-08-15 12:29:59 +00:00
Han Fei
03bfb1562b
fix overflow
2024-08-15 14:26:01 +02:00
Kruglov Pavel
f539507592
Merge branch 'master' into variant_inference
2024-08-15 14:23:20 +02:00
divanik
df07b07cb9
Add new setting
2024-08-15 12:18:02 +00:00
kssenii
7e006f6581
Update delta lake test
2024-08-15 14:09:48 +02:00
Kruglov Pavel
16a5724045
Merge pull request #67794 from bigo-sg/opt_orc_string
...
Trivial optimize on ORC/Parquet string reading
2024-08-15 12:07:56 +00:00
Kseniia Sumarokova
65cbe94d54
Update DeltaLakeMetadata.cpp
2024-08-15 14:05:33 +02:00
Nikita Taranov
418c3fa658
Merge pull request #63677 from KevinyhZou/improve_hash_join_by_reduce_vector_emplace
...
Improve all join performance by append `RowRefList` or `RowRef` to AddedColumns for lazy output
2024-08-15 12:04:36 +00:00
avogar
8db2c65595
Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-datetime-inference
2024-08-15 11:24:14 +00:00
Igor Nikonov
b4e8c14729
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-15 11:12:56 +00:00
Igor Nikonov
a3978b24d0
Fix for subqueries with FINAL
2024-08-15 11:11:49 +00:00
Robert Schulze
38a2b0dcc7
Allow Array(Float64) as type of underlying column
2024-08-15 10:47:55 +00:00
Robert Schulze
b9548504d9
Cosmetics
2024-08-15 10:47:55 +00:00
Robert Schulze
6739320bdc
Don't call 'validate' ('make' calls it under the hood already)
2024-08-15 10:47:55 +00:00
Anton Popov
a552747082
Merge remote-tracking branch 'upstream/master' into HEAD
2024-08-15 10:42:23 +00:00
shiyer7474
b82c231886
Code review feedback - used removeNullable()
2024-08-15 10:37:13 +00:00
Igor Nikonov
880954ea58
Merge branch 'master' into pr-lost-decimal-conversion
2024-08-15 12:28:39 +02:00
Konstantin Bogdanov
014c1650f8
Merge pull request #68326 from canhld94/fix_sync_replica_format
...
Fix missing sync replica mode in query `SYSTEM SYNC REPLICA`
2024-08-15 10:01:21 +00:00
avogar
bea8e65f4f
Fix tests
2024-08-15 09:48:28 +00:00
Han Fei
9f6e472b0c
process regexp flags correctly
2024-08-15 11:47:41 +02:00
János Benjamin Antal
3af8ba2deb
Revert "[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE"
2024-08-15 11:21:20 +02:00
kssenii
8950491fa5
Fix unit test build
2024-08-15 11:18:15 +02:00
Kseniia Sumarokova
172d379a83
Merge pull request #68356 from ClickHouse/fix-scheduler-data-race
...
Fix data race in `DynamicResourceManager::updateConfiguration`
2024-08-15 09:07:19 +00:00
avogar
0bb076a4d3
Improve schema inference of date times
2024-08-15 08:08:00 +00:00
avogar
fed37d24f0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-15 08:02:15 +00:00
Yakov Olkhovskiy
f0845eeacb
Merge pull request #68262 from bigo-sg/fix_68162
...
Fix crash in lag/lead
2024-08-15 06:58:18 +00:00
megao
c9bfff3934
fix progress value of view_refreshview
2024-08-15 10:52:17 +08:00
megao
7bebc448f3
fix progress value of view_refreshview
2024-08-15 10:42:22 +08:00
Alexey Milovidov
5cf3cfc3d7
Merge branch 'master' into format-settings-parsing
2024-08-15 03:50:21 +02:00
jsc0218
c840a12761
Merge branch 'master' into fix-projection-merge
2024-08-14 21:38:44 -04:00
Alexey Milovidov
dbbd2c7875
Merge pull request #68248 from rschu1ze/update-usearch
...
Bump usearch to v2.13.2
2024-08-15 01:24:17 +00:00
Alexey Milovidov
e9d6b2a4b6
Merge pull request #58289 from ClickHouse/vdimir/followup-56996
...
Followup for #56996
2024-08-15 01:21:32 +00:00
lgbo-ustc
690c4d0803
update
2024-08-15 09:05:33 +08:00
Miсhael Stetsyuk
cef5d80090
Merge pull request #68361 from ClickHouse/rename-S3DiskNoKeyErrors-to-DiskS3NoSuchKeyErrors
...
Rename: `S3DiskNoKeyErrors` -> `DiskS3NoSuchKeyErrors`
2024-08-15 00:08:38 +00:00
Anton Popov
9f44cd8592
fix typo
2024-08-14 22:19:17 +00:00
Anton Popov
08b768476f
Merge remote-tracking branch 'upstream/master' into HEAD
2024-08-14 22:18:15 +00:00
Alexander Tokmakov
88fa8cb5bb
Update MergeList.cpp
2024-08-15 00:06:41 +02:00
Michael Kolupaev
e00357155d
Merge remote-tracking branch 'origin/master' into qast
2024-08-14 21:52:48 +00:00
Alexander Tokmakov
d88299b94d
check that merge entries are valid
2024-08-14 23:46:40 +02:00
Michael Kolupaev
43f4a3665d
Check that setProcessListElement() is not called on global context
2024-08-14 21:35:11 +00:00
Igor Nikonov
03aa07d94d
Merge remote-tracking branch 'origin/master' into pr-min-marks-to-read-overflow
2024-08-14 21:00:31 +00:00
Anton Popov
6e42dfd761
Merge pull request #68015 from CurtizJ/merges-profile-events
...
Add profile events for merges
2024-08-14 20:59:49 +00:00
Igor Nikonov
aa38024b0e
Fix UBSan: lower upper bound for min_marks_for_concurrent_read
2024-08-14 20:59:08 +00:00
Michael Kolupaev
3ca00440af
Fix off-by-one inline function info in stack traces
2024-08-14 20:51:23 +00:00
Kruglov Pavel
da4da13667
Fix style
2024-08-14 22:50:14 +02:00
Igor Nikonov
d290aed56d
Merge branch 'master' into pr-lost-decimal-conversion
2024-08-14 22:48:34 +02:00
avogar
7251bc59f8
Fix tidy build
2024-08-14 20:22:19 +00:00
Michael Stetsyuk
2e5f45a7ad
rename: S3DiskNoKeyErrors -> DiskS3NoSuchKeyErrors
2024-08-14 17:53:33 +00:00
Alexey Milovidov
9786f07f11
Merge branch 'master' into fix-trash-in-aws-s3
2024-08-14 19:48:31 +02:00
Han Fei
207d160dd2
address comments
2024-08-14 19:01:54 +02:00
kssenii
209d4eb016
Fix build
2024-08-14 19:00:17 +02:00
Alexey Milovidov
e11018b955
Merge pull request #68280 from ClickHouse/vdimir/fix-join-ut
...
Fix FullSortingJoinTest.AsofGreaterGeneratedTestData with empty data
2024-08-14 16:42:38 +00:00
serxa
cf58e8c1e3
fix data race in DynamicResourceManager::updateConfiguration
2024-08-14 16:35:45 +00:00
Han Fei
acc88af2cb
fix style
2024-08-14 18:27:20 +02:00
Han Fei
23bb47293d
cache result column with ptr hex string
2024-08-14 18:13:00 +02:00
Arthur Passos
3247f3ad08
make sure reset authentication methods can only be used on alter queries
2024-08-14 12:44:43 -03:00
Arthur Passos
026fa0a7fd
fix leading id method without WITH and with type specified being allowed
2024-08-14 12:39:27 -03:00
Han Fei
c2f6751daf
fix bug in key condition
2024-08-14 17:16:16 +02:00
jsc0218
50a42cfee6
Merge remote-tracking branch 'upstream/master' into fix-projection-merge
2024-08-14 15:12:50 +00:00
kssenii
07c4a072fe
Add debug logging
2024-08-14 16:50:51 +02:00
Kseniia Sumarokova
8cdbe6333b
Merge pull request #67664 from 1on/master
...
Fix error on generated columns in MaterializedPostgreSQL
2024-08-14 13:43:40 +00:00
jsc0218
f9bafdc510
Merge pull request #66169 from jsc0218/LWDRebuildProj
...
Add Rebuild Option In Projection and LWD
2024-08-14 13:27:32 +00:00
Kruglov Pavel
ccb7ecb9a2
Update src/Formats/FormatSettings.h
...
Co-authored-by: Alexey Katsman <alex.katsman@clickhouse.com>
2024-08-14 15:13:57 +02:00
Kruglov Pavel
e2feaefcaf
Update src/Core/Settings.h
...
Co-authored-by: Alexey Katsman <alex.katsman@clickhouse.com>
2024-08-14 15:13:49 +02:00
avogar
fc23f1c1ff
Fix tests
2024-08-14 12:20:33 +00:00
Nikita Taranov
3c5d588302
Merge pull request #62003 from nickitat/cpu_cgroup_aware
...
Fix cpu metric collection in cgroups
2024-08-14 11:08:01 +00:00
Kseniia Sumarokova
2b1fce007f
Merge pull request #68288 from ClickHouse/try-fix-postgres-crash
...
Fix postgres crash
2024-08-14 11:01:35 +00:00
Yakov Olkhovskiy
f4280203a0
Merge pull request #63781 from ClickHouse/ft-chunked-protocol
...
Add chunked wrapper to native protocol
2024-08-14 10:35:20 +00:00
sunny
4f77893c79
Update ParserDeleteQuery.cpp
...
fix: delete space
2024-08-14 18:24:03 +08:00
Igor Nikonov
6cfbbd665b
Merge remote-tracking branch 'origin/master' into pr-min-marks-to-read-overflow
2024-08-14 10:22:57 +00:00
Igor Nikonov
0e0272b2ff
Better check for overflow
...
+ limit min_marks_for_concurrent_read
2024-08-14 10:21:23 +00:00
Duc Canh Le
8d7319ccab
fix wrong format of SYSTEM SYNC REPLICA query
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-08-14 10:19:37 +00:00
Alexis Arnaud
29bc7cf5d5
post-review changes
2024-08-14 12:03:29 +02:00
robot-clickhouse
992e70337f
Merge pull request #68306 from ClickHouse/bump_version_24.9.1.1
...
Update version after release
2024-08-14 09:55:18 +00:00
Nikita Taranov
95e07ce7b3
Merge branch 'master' into improve_hash_join_by_reduce_vector_emplace
2024-08-14 11:43:37 +02:00
avogar
ca5fd57db7
Fix builds
2024-08-14 09:35:54 +00:00
Marco Vilas Boas
0a1f61fcbd
Merge branch 'ClickHouse:master' into marco-vb/x509-san-support-wildcard
2024-08-14 10:15:30 +01:00
李扬
2eaa9b9ae8
Merge branch 'ClickHouse:master' into opt_lc_name
2024-08-14 16:58:13 +08:00
Antonio Andelic
24faabb57b
Merge pull request #68282 from ClickHouse/fix-min-max-time-timeseries
...
Fix min/max time columns in TimeSeries table
2024-08-14 08:04:58 +00:00
Robert Schulze
6170a8663f
Bump usearch to 2.13.2
2024-08-14 08:04:00 +00:00
Nikolai Kochetov
38919ed351
Merge branch 'master' into add-cancelletion-reason-to-pipeline-executor
2024-08-14 08:03:56 +00:00
Antonio Andelic
f740cf4eaa
Fix data race on SampleKey
2024-08-14 09:54:03 +02:00
Alexey Milovidov
393b16bd8e
Merge branch 'master' into fix-trash-in-aws-s3
2024-08-14 04:55:05 +02:00
Alexey Milovidov
ecb08a0d04
Merge branch 'master' into format-settings-parsing
2024-08-14 04:51:51 +02:00
jsc0218
6bed26a527
tidy
2024-08-14 02:19:34 +00:00
Michael Kolupaev
e302e2ef32
Conflicts
2024-08-14 01:15:16 +00:00
Michael Kolupaev
ab843c3cf5
Merge remote-tracking branch 'origin/master' into mv4
2024-08-14 00:29:48 +00:00
avogar
46f41d1718
Fix
2024-08-13 23:51:49 +00:00
avogar
217963757e
Fix
2024-08-13 23:21:24 +00:00
avogar
835fc9ca76
Add more tests, fix conflicts
2024-08-13 22:37:46 +00:00
Igor Nikonov
98024a723f
Merge pull request #67891 from canhld94/fix_exception_in_destructor
...
Catch exception in destructor of LocalFileHolder
2024-08-13 21:35:57 +00:00
avogar
55ede2dab6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-13 21:19:17 +00:00
Igor Nikonov
b9ffa929ba
Fix: min marks to read overflow with parallel replicas
2024-08-13 21:08:53 +00:00
Igor Nikonov
1a8f45464c
Fix min_marks_to_read overflow
2024-08-13 21:05:29 +00:00
Michael Kolupaev
5767d7d1b3
Merge remote-tracking branch 'origin/master' into qast
2024-08-13 20:56:06 +00:00
Michael Kolupaev
0133806e6c
Fix
2024-08-13 20:55:51 +00:00
avogar
24ddea6945
Fix tests
2024-08-13 20:49:16 +00:00
Max Kainov
a9226f49e7
remove name with cyrillic letter
2024-08-13 20:24:40 +00:00
Michael Kolupaev
f4b8a98d06
Merge pull request #68249 from ClickHouse/rset
...
Fix 'Refresh set entry already exists'
2024-08-13 20:07:31 +00:00
Michael Kolupaev
074cd7371a
Merge remote-tracking branch 'origin/master' into mv4
2024-08-13 20:04:17 +00:00
robot-clickhouse
6af5fedf42
Update autogenerated version to 24.9.1.1 and contributors
2024-08-13 19:26:35 +00:00
Kruglov Pavel
6c8ad63104
Merge pull request #68132 from Avogar/better-dynamic
...
Reimplement Dynamic type
2024-08-13 19:21:52 +00:00
avogar
70708fd5dc
Update docs, make better
2024-08-13 19:19:02 +00:00
avogar
3cfb921bef
Fix using schema_inference_make_columns_nullable=0
2024-08-13 18:41:53 +00:00
avogar
c75112827c
Fis style
2024-08-13 18:05:27 +00:00
Anton Popov
9833ef0bed
slightly better
2024-08-13 17:50:13 +00:00
avogar
f82822c993
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
2024-08-13 17:14:30 +00:00
avogar
6d2f17ea3b
Add more tests
2024-08-13 17:12:38 +00:00
Alexis Arnaud
a39a4b1080
better
2024-08-13 18:30:43 +02:00
Alexis Arnaud
229fffcd56
post-review changes
2024-08-13 18:30:43 +02:00
Alexis Arnaud
3c586d80c8
post-rebase fixes
2024-08-13 18:30:43 +02:00
Alexis Arnaud
0ff90e4a5c
post-review changes
2024-08-13 18:30:43 +02:00
Alexis Arnaud
906a181b97
fix for clang-tidy
2024-08-13 18:30:43 +02:00
Alexis Arnaud
7b09ec9ccb
added input_format_json_empty_as_default to setting changes history
2024-08-13 18:30:43 +02:00
Alexis Arnaud
d5bea37c96
post-review changes
2024-08-13 18:30:43 +02:00
Alexis Arnaud
ad24989b31
slightly better comment
2024-08-13 18:30:43 +02:00
Alexis Arnaud
d36176ad85
Support for the input_format_json_empty_as_default
setting
2024-08-13 18:30:43 +02:00
Daniil Ivanik
f9f41405cc
Merge branch 'master' into divanik/add_local_and_azure_iceberg_support
2024-08-13 18:24:02 +02:00
Daniil Ivanik
e02b434d2f
Merge pull request #68238 from ClickHouse/divanik/remove_useless_logs_about_zero_replication
...
Remove unnecessary logs in MergeTreeData.cpp
2024-08-13 16:21:32 +00:00
Igor Nikonov
5339717c11
Merge remote-tracking branch 'origin/master' into pr-local-plan
2024-08-13 16:16:31 +00:00
Alexander Tokmakov
eddf948246
Merge pull request #68250 from ClickHouse/tavplubix-patch-10
...
Replace segfault in Replicated database with logical error
2024-08-13 16:15:09 +00:00