Commit Graph

159196 Commits

Author SHA1 Message Date
Alexander Gololobov
a35971f749
style 2024-11-25 20:19:46 +01:00
Alexander Gololobov
10160fed8e
Check dictionary permutation size 2024-11-25 20:09:03 +01:00
Alexander Gololobov
12040bbf24
Fix for empty permutation 2024-11-25 18:30:54 +01:00
Alexander Gololobov
fc61f33bea
Move all debug code under #ifndef NDEBUG 2024-11-25 14:29:29 +01:00
Alexander Gololobov
115df8705d Move dictionary sorting out of template method 2024-11-25 14:14:32 +01:00
Alexander Gololobov
22de29a70f stype fixes 2024-11-25 14:04:05 +01:00
Alexander Gololobov
dcd07e25ac Check proper sorting in debug builds 2024-11-25 13:20:47 +01:00
Alexander Gololobov
140f5987da Perf test for LowCardinality sorting at INSERT 2024-11-24 09:46:38 +01:00
Alexander Gololobov
8d8d1e8503
typo 2024-11-23 20:37:14 +01:00
Alexander Gololobov
833b137390 Undo changes to IColumnImpl.h 2024-11-23 20:33:43 +01:00
Alexander Gololobov
f14f794e7d Undo changes to IColumnImpl.h 2024-11-23 20:32:37 +01:00
Alexander Gololobov
7e730bba9e Fix: dictionary is already sorted in requested direction 2024-11-23 18:57:59 +01:00
Alexander Gololobov
18a881437d Use sorted dictionary to further speed up the comparison 2024-11-23 15:41:43 +01: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
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
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
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
Raúl Marín
6c7cde5702 Better 2024-11-22 19:56:07 +01: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
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
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
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
bf1771d651
Merge pull request #71598 from yariks5s/lowcardinality_string_performance
Performance improvement for LowCardinality String columns
2024-11-22 13:18:36 +00: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
Pavel Kruglov
96c65e7122
Merge pull request #71816 from Avogar/fix-dynamic-json-serialization-compatibility
Fix JSON/Dynamic Native serialization with old server and new client and add a setting to fallback to V1 version
2024-11-22 12:26:47 +00:00
Pavel Kruglov
3f8295c75e
Merge pull request #71923 from Avogar/dynamic-pretty-json-fix
Fix Dynamic serialization in Pretty JSON formats
2024-11-22 12:26:24 +00:00
Raúl Marín
9e43bbdf43 Do some cleanup of the changelog 2024-11-22 13:03:30 +01:00
Vladimir Cherkasov
ebcce35e8c
Update SettingsChangesHistory.cpp 2024-11-22 12:53:30 +01:00
Raúl Marín
19dd88c35b
Revert "Short circuit optimization for functions executed over Nullable arguments" 2024-11-22 12:49:30 +01:00
Vladimir Cherkasov
0d65fbf0e2
enforce_index_structure_match_on_partition_manipulation 24.11 2024-11-22 12:45:29 +01:00
Raúl Marín
db2be8c91e Initial 24.11 changelog 2024-11-22 12:36:53 +01:00
Nikita Taranov
ed45abbc1a add test 2024-11-22 11:42:21 +01:00