Alexander Gololobov
18a881437d
Use sorted dictionary to further speed up the comparison
2024-11-23 15:41:43 +01:00
Anton Popov
d8d471de2a
Merge remote-tracking branch 'upstream/master' into HEAD
2024-11-23 14:02:02 +00:00
Zaynulla
a64ed74297
varPop doc latex formula added
...
- There is a latex formula in the documentation of the [covarPop](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/covarpop ) method, which is quite similar to varPop method.
- In Russian docs there are formulas both for [varPop](https://clickhouse.com/docs/ru/sql-reference/aggregate-functions/reference/varpop ), and [covarPop](https://clickhouse.com/docs/ru/sql-reference/aggregate-functions/reference/covarpop ).
Therefore, for consistency, it is suggested to add formula here too.
2024-11-23 15:52:48 +03:00
Zaynulla
19556968bc
window-functions doc typos fix
...
- A forgotten closing parenthesis ] has been added.
- The alias "teamMax" is less confusing for max (salary) than "teamAvg". This is probably the result of copying & pasting from the previous part of the document.
2024-11-23 14:43:02 +03:00
Alexander Gololobov
989c85ef52
De-virtualize compareAt and getUInt calls in comparator
2024-11-23 10:12:11 +01:00
Julia Kartseva
d8de6d1dce
Merge pull request #71439 from jkartseva/fix-transaction-rollback-plain-rw
...
Fix transaction rollback if `WriteBuffer::finalize` fails in plain_rewritable disk during directory creation
2024-11-23 06:20:27 +00:00
Julia Kartseva
559ea73045
fix flaky test
2024-11-23 01:29:46 +00:00
Julia Kartseva
e192d6c558
better
2024-11-23 01:29:46 +00:00
Julia Kartseva
16f3447ef9
fix and simplify
2024-11-23 01:29:46 +00:00
Julia Kartseva
208e96f360
add plain_object_storage_write_fail_on_directory_move fault injection
2024-11-23 01:29:46 +00:00
Julia Kartseva
8de4ecf513
add failpoint and test
2024-11-23 01:29:46 +00:00
Julia Kartseva
9602e338ad
address feedback
...
Introduce removePathIfExists method.
2024-11-23 01:29:46 +00:00
Julia Kartseva
f3cd9d4c72
fix transaction rollback when file write finalize fails
2024-11-23 01:29:46 +00:00
Alexey Milovidov
904be0a2e8
Merge pull request #72254 from rschu1ze/usearch-clang-19
...
Enable SimSIMD on ARM with Clang 19
2024-11-23 00:19:15 +00:00
Alexey Milovidov
8baa1bea43
Merge pull request #72291 from Algunenano/s3Exception
...
00002_log_and_exception_messages_formatting: Use PreformattedMessage in S3Exception
2024-11-23 00:16:51 +00:00
Anton Popov
eadcde4ca5
fix tests
2024-11-22 22:03:53 +00:00
Han Fei
cb582abbb5
Merge pull request #72292 from ClickHouse/hanfei/disable-shared-set-join
...
disable a cloud setting
2024-11-22 22:01:27 +00:00
Raúl Marín
52391a8271
Revert "Set enable_http_compression default value to 1"
2024-11-22 22:51:28 +01:00
Nikita Taranov
c30f8aecd5
Merge pull request #72233 from ClickHouse/fix_grace_hash_race
...
Fix race in `GraceHashJoin`
2024-11-22 21:14:38 +00:00
robot-clickhouse
7dead112d1
Automatic style fix
2024-11-22 20:11:27 +00:00
Nikita Taranov
559c4c0b17
Merge pull request #72278 from ClickHouse/fix_dyn_col_race
...
Fix race in `ColumnDynamic::dumpStructure()`
2024-11-22 20:03:30 +00:00
Nikita Taranov
b3344558c1
fix
2024-11-22 21:01:05 +01:00
Raúl Marín
6c7cde5702
Better
2024-11-22 19:56:07 +01:00
Anton Popov
f0888d5b69
remove unused method
2024-11-22 18:16:06 +00:00
avogar
bd3f300220
Move JSON/Dynamic/Variant types from experimental to beta
2024-11-22 17:33:37 +00:00
Anton Popov
ae82b2ec8b
Merge remote-tracking branch 'upstream/master' into HEAD
2024-11-22 17:23:53 +00:00
Anton Popov
069c4b198a
minor enhancements
2024-11-22 17:22:12 +00:00
Han Fei
34bf8d3b2c
Merge branch 'master' into hanfei/disable-shared-set-join
2024-11-22 18:16:45 +01:00
Han Fei
ff6f10843f
disable a cloud setting
2024-11-22 17:15:16 +00:00
Raúl Marín
4ac9aa255b
Merge pull request #72179 from Algunenano/fix_udf_in_join_on
...
Fix bugs when using UDF in join on expression with the old analyzer
2024-11-22 17:14:08 +00:00
Raúl Marín
0ca97d3036
Use PreformattedMessage in S3Exception
2024-11-22 18:08:00 +01:00
Vladimir Cherkasov
26de447039
Merge pull request #70603 from zwy991114/check-table-structure-completely-setting
...
Add setting enforce_index_structure_match_on_partition_manipu..
2024-11-22 16:30:34 +00:00
vdimir
2bea36c19f
fix
2024-11-22 15:35:45 +00:00
Yarik Briukhovetskyi
532632c203
Update 03253_getMaxTableNameLength.reference
2024-11-22 16:31:08 +01:00
Antonio Andelic
844513b1d0
correctly cast write buffer
2024-11-22 16:16:22 +01:00
vdimir
5abca6283a
up
2024-11-22 15:12:04 +00:00
vdimir
fa94338f15
add test
2024-11-22 15:10:42 +00:00
Raúl Marín
2af2d11240
Merge pull request #72258 from ClickHouse/revert-60129-short_circut_func
...
Revert "Short circuit optimization for functions executed over Nullable arguments"
2024-11-22 15:07:48 +00:00
Yarik Briukhovetskyi
f2e8237fe9
Fix the test
2024-11-22 16:05:13 +01:00
Robert Schulze
93dc65ad88
Can we enable SimSIMD on ARM with Clang 19?
2024-11-22 14:30:16 +00:00
Max Kainov
d3e3082807
Merge pull request #72077 from ClickHouse/ci_fix_create_release_workflow
...
CI: Fix docker build step in CreateRelease workflow
2024-11-22 14:27:50 +00:00
Yarik Briukhovetskyi
6c762a0418
Update 03167_improvement_table_name_too_long.sh
2024-11-22 15:14:22 +01:00
Nikita Taranov
c3a32cc215
impl
2024-11-22 15:01:14 +01:00
robot-clickhouse
2386c5dfa4
Merge pull request #72266 from ClickHouse/auto/v24.8.8.17-lts
...
Update version_date.tsv and changelog after v24.8.8.17-lts
2024-11-22 13:59:55 +00:00
Max Kainov
c5fffa7c93
docker build to use docker file from release tag
2024-11-22 14:53:47 +01:00
Yarik Briukhovetskyi
4c627aadd3
Update 03167_improvement_table_name_too_long.sh
2024-11-22 14:26:10 +01:00
Yarik Briukhovetskyi
bf1771d651
Merge pull request #71598 from yariks5s/lowcardinality_string_performance
...
Performance improvement for LowCardinality String columns
2024-11-22 13:18:36 +00:00
Yarik Briukhovetskyi
f0b706ffde
Fix the test (take the test_ prefix into account).
2024-11-22 14:10:40 +01:00
robot-clickhouse
07ecc200c3
Update version_date.tsv and changelogs after v24.8.8.17-lts
2024-11-22 13:08:21 +00:00
Raúl Marín
f8e78078d4
Merge pull request #72260 from Algunenano/changelog_24_11
...
Changelog for 24.11
2024-11-22 12:46:59 +00:00