alesapin
2d3bd654f0
Merge pull request #63789 from ClickHouse/fix_catboost_test
...
Fix `test_catboost_evaluate` for aarch64
2024-05-15 17:01:51 +00:00
alesapin
beebebbe0c
Merge pull request #63836 from ClickHouse/fix_test_backward_compatibility_arm
...
Fix `test_short_strings_aggregation` for arm
2024-05-15 17:00:11 +00:00
Alexander Tokmakov
b17bfb16cd
Merge pull request #63695 from ClickHouse/flaten-nested-is-broken-with-replicated-database
...
flatten_nested is broken with replicated database.
2024-05-15 16:34:03 +00:00
Alexey Milovidov
4ee342c9c3
Merge pull request #63810 from ClickHouse/trailing-comma-in-values
...
Allow trailing commas in the `Values` format
2024-05-15 14:55:00 +00:00
Alexey Milovidov
5242bf67c4
Merge pull request #63804 from ClickHouse/regexp-better-usability
...
Improve usability of the `Regexp` format
2024-05-15 14:48:32 +00:00
Alexey Milovidov
12eee94bfa
Merge pull request #63801 from ClickHouse/make-token-iterator-lazy-as-it-should-be
...
Make `TokenIterator` lazy as it should be
2024-05-15 14:46:41 +00:00
Alexey Milovidov
90ddb47dac
Merge pull request #63802 from ClickHouse/fix-binary-symbols
...
Follow-up for the `binary_symbols` table in CI
2024-05-15 14:44:26 +00:00
Alexey Milovidov
af0e185d51
Merge pull request #63803 from ClickHouse/trailing-comma-insert
...
Allow trailing commas in the columns list in INSERT query
2024-05-15 17:27:46 +02:00
Nikita Mikhaylov
330af1c37a
Merge pull request #63806 from jkartseva/add-endpoint-subpath-to-plain-rw
...
Add `endpoint_subpath` S3 URI setting
2024-05-15 13:50:43 +00:00
Nikita Mikhaylov
8ec20e5e40
Merge pull request #63786 from ClickHouse/keywords-suggestion
...
Fix suggestions loading for old version of ClickHouse server
2024-05-15 13:49:57 +00:00
Nikolai Kochetov
c83322525b
Merge pull request #63753 from ClickHouse/support-cast-from-empty-array-to-map-nothing
...
Allow cast from Array(Nothing) to Map(Nothing, Nothing)
2024-05-15 13:38:54 +00:00
vdimir
bcd1c4fd28
Merge pull request #63755 from ClickHouse/vdimir/pmj_join_non_procssed_clash
...
Fix ILLEGAL_COLUMN in partial_merge join
2024-05-15 12:46:30 +00:00
Alexander Sapin
e17646f68e
Fix test_short_strings_aggregation for arm
2024-05-15 14:27:35 +02:00
Alexander Sapin
a9f724e10a
Remove empty files
2024-05-15 13:52:53 +02:00
Igor Nikonov
7a929963f1
Merge pull request #63776 from ClickHouse/fix-redundant-distinct-with-window
...
Fix: remove redundant distinct with window functions
2024-05-15 11:37:48 +00:00
Yarik Briukhovetskyi
00c886133d
Merge pull request #63516 from zhongyuankai/group_array_limit_size
...
Add server setting `aggregate_function_group_array_has_limit_size`
2024-05-15 11:05:24 +00:00
Yarik Briukhovetskyi
1041af2be8
Merge pull request #63783 from yariks5s/update_settings_history
...
Changed the previous value of `output_format_pretty_preserve_border_for_multiline_string` setting
2024-05-15 11:01:38 +00:00
Alexander Sapin
45b1f4fe8f
Merge branch 'fix_catboost_test' of github.com:ClickHouse/ClickHouse into fix_catboost_test
2024-05-15 12:45:16 +02:00
Alexander Sapin
2a6962c78c
Merge remote-tracking branch 'origin/master' into fix_catboost_test
2024-05-15 12:44:44 +02:00
Kseniia Sumarokova
cd90655fa5
Merge pull request #63638 from ClickHouse/account-failed-files-in-ttl-and-files-limit-for-s3queue
...
S3Queue: account failed files in tracked_file_ttl_sec and traked_files_limit
2024-05-15 10:29:24 +00:00
alesapin
0c19914918
Merge pull request #63787 from ClickHouse/fix_odbc_interaction_for_arm
...
Fix `test_odbc_interaction` for arm64 on linux
2024-05-15 09:09:48 +00:00
Mikhail f. Shiryaev
9109e72a0a
Merge pull request #63809 from ClickHouse/rfraposa-patch-2
...
Fix duplicate slugs in docs
2024-05-15 07:44:33 +00:00
Alexey Milovidov
f88d294dd0
Allow trailing comma in the Values
format
2024-05-15 06:01:49 +02:00
rfraposa
2ce2e2858e
Two more slug fixes
2024-05-14 21:50:04 -06:00
Alexey Milovidov
c1fca85749
Add a test
2024-05-15 05:42:35 +02:00
Rich Raposa
9b3f621f14
Update backupview.md
2024-05-14 21:42:33 -06:00
Alexey Milovidov
17fc2936ce
Merge pull request #63379 from Blargian/document_showCertificate
...
[Docs] add missing `showCertificate`
2024-05-15 03:13:45 +00:00
Julia Kartseva
4824acf91f
update test_s3_plain_rewritable
2024-05-15 03:02:31 +00:00
Julia Kartseva
acbe0cab0f
Add endpoint_subpath S3 setting
...
Multiple plain_rewritable disks can share the same
endpoint, e.g., in the cloud system tables configuration.
At startup, a disk traverses the contents of a bucket to construct the
local-to-remote plain_rewritable mapping. A data race occurs when
another disk writes to the same bucket while the first disk is starting
up.
Introduce `endpoint_subpath` S3 setting, that will be unique for each
Pod instance in the cloud scenario.
2024-05-15 03:00:08 +00:00
Alexey Milovidov
89ef4e9b53
Improve usability of the Regexp
format
2024-05-15 04:49:11 +02:00
Alexey Milovidov
ba547f3622
Merge pull request #63782 from RoryCrispin/patch-1
...
Settings typo
2024-05-15 02:48:27 +00:00
Alexey Milovidov
aebcbf6a84
Allow trailing comma in the columns list in INSERT query
2024-05-15 04:39:36 +02:00
Alexey Milovidov
a0cbbeb2c9
Follow-up for the binary_symbols
table in CI
2024-05-15 04:29:01 +02:00
Alexey Milovidov
d79fb39a90
Make TokenIterator lazy as it should be
2024-05-15 03:27:08 +02:00
Alexey Milovidov
96e858480e
Merge pull request #63351 from Algunenano/i48049
...
Add test for #48049
2024-05-15 03:10:43 +02:00
Alexey Milovidov
78fdee92a5
Update 03144_invalid_filter.sql
2024-05-15 04:10:27 +03:00
kssenii
7e1e4d6f28
Amendment
2024-05-14 21:55:36 +02:00
Kseniia Sumarokova
fab4217293
Merge pull request #63756 from ClickHouse/fix-disk-hidden-arg
...
Do not hide disk name
2024-05-14 19:47:20 +00:00
Michael Kolupaev
ab636fd7b4
Merge pull request #63734 from ClickHouse/neg
...
Fix insignificant UBSAN error in QueryAnalyzer::replaceNodesWithPositionalArguments()
2024-05-14 19:41:30 +00:00
Alexander Tokmakov
bc98cc212c
fix
2024-05-14 20:30:49 +02:00
Nikolai Kochetov
1601115ff0
Merge pull request #63744 from ClickHouse/fix-resolve-matcher-in-array-join-lambda
...
Fix a bug in resolving matcher inside lambda inside ARRAY JOIN
2024-05-14 17:57:13 +00:00
robot-clickhouse
c7550fa6c5
Automatic style fix
2024-05-14 17:27:06 +00:00
Alexander Sapin
3b52fc834d
Fix test_catboost_evaluate
2024-05-14 19:17:07 +02:00
vdimir
53383396a3
Merge pull request #63432 from p1rattttt/external_cross_join
...
Added possibility to do cross join in temporary file if size exceeds limits
2024-05-14 17:15:47 +00:00
Igor Nikonov
595c593941
Fix test
2024-05-14 17:04:15 +00:00
Max K
c6e81542e1
Merge pull request #63757 from ClickHouse/ci_remove_cancel_wf
...
CI: remove Cancel and Debug workflows as redundant
2024-05-14 17:03:37 +00:00
Alexander Sapin
01e50f3ca1
Fix integration tests for arm64 on linux
2024-05-14 18:53:59 +02:00
Nikita Mikhaylov
3f6cf3f005
Better
2024-05-14 16:42:26 +00:00
Yarik Briukhovetskyi
b4bf5c505a
Changed the previous value of setting
2024-05-14 16:29:50 +00:00
Igor Nikonov
0f89be1c5c
Fix
2024-05-14 16:14:06 +00:00