Commit Graph

159416 Commits

Author SHA1 Message Date
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
Anton Popov
91d615812e fix ALTER DELETE with _block_number column 2024-11-22 12:31:45 +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
vdimir
c4329bf242
Fix #72174 2024-11-22 12:25:35 +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
Vladimir Cherkasov
c10d68c7a0
Update SettingsChangesHistory.cpp 2024-11-22 12:51:01 +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
Pablo Marcos
d65a1c214e
Merge pull request #72205 from ClickHouse/add-sparse-checkout-to-google-cloud-cpp
Add sparse checkout to google-cloud-cpp submodule
2024-11-22 09:33:26 +00:00
Antonio Andelic
020d843058
Merge pull request #72209 from cwurm/fix_min_age_to_force_merge_on_partition_only
Fix min_age_to_force_merge_on_partition_only
2024-11-22 07:43:34 +00:00
Yakov Olkhovskiy
30625c78e1 trigger build 2024-11-22 02:52:55 +00:00
Yakov Olkhovskiy
ea31e2775e try without ENABLE_CHECK_HEAVY_BUILDS 2024-11-22 01:19:31 +00:00
Alexey Milovidov
1d453fbc85
Merge pull request #72020 from ClickHouse/casted
Fix a problem with cast
2024-11-22 00:49:47 +00:00
Yakov Olkhovskiy
f20e494a8d another try 2024-11-21 23:19:58 +00:00
Max Kainov
c01720b617
Merge pull request #72231 from ClickHouse/revert-71995-stress_with_praktika
Revert "CI: Stress test with praktika"
2024-11-21 23:09:45 +00:00
Nikita Taranov
e5cfc7daee impl 2024-11-22 00:00:26 +01:00
Yakov Olkhovskiy
24218238b4 increase build limits for fuzzers 2024-11-21 22:22:55 +00:00
Max Kainov
4db6b5206f
Revert "CI: Stress test with praktika" 2024-11-21 23:01:32 +01:00
Yakov Olkhovskiy
4fc776779e ENABLE_CHECK_HEAVY_BUILDS 0 for fuzzers 2024-11-21 19:19:02 +00:00
Vladimir Cherkasov
62789dab31
Merge branch 'master' into vdimir/join_select_inner_table 2024-11-21 20:11:55 +01:00
Yarik Briukhovetskyi
acb968a8c6
Merge pull request #71267 from yariks5s/quick_path_fix
Fix code in `extractObjectKeyFromURL`
2024-11-21 18:50:16 +00:00
robot-clickhouse
3dd3cf1cf3
Merge pull request #72218 from ClickHouse/bump_version_24.12.1.1
Update version after release
2024-11-21 18:48:04 +00:00
Raúl Marín
f261c341c8
Merge pull request #72204 from Algunenano/log_formatting
Ignore throwIf in 00002_log_and_exception_messages_formatting
2024-11-21 18:42:43 +00:00
Alexander Tokmakov
ac881626dc
Update 03167_attach_as_replicated_errors.sh 2024-11-21 19:36:43 +01:00
robot-clickhouse
1adbc447f2 Update autogenerated version to 24.12.1.1 and contributors 2024-11-21 18:35:33 +00:00
Yarik Briukhovetskyi
c69de20ace
add the right include 2024-11-21 19:03:04 +01:00
Yarik Briukhovetskyi
913361a641
Merge branch 'ClickHouse:master' into maxTableName 2024-11-21 18:39:13 +01:00
Yarik Briukhovetskyi
625cb70128
debug 2024-11-21 18:18:49 +01:00
robot-clickhouse
0e6284f7bc Automatic style fix 2024-11-21 17:14:33 +00:00
Yakov Olkhovskiy
38b951a1f0
Merge branch 'master' into ci-libfuzzer-adjustments 2024-11-21 12:05:59 -05:00
Max Kainov
e4c9b02223
Merge pull request #71995 from ClickHouse/stress_with_praktika
CI: Stress test with praktika
2024-11-21 17:02:09 +00:00