Commit Graph

159510 Commits

Author SHA1 Message Date
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
avogar
451eb79a85 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-dynamic-columns-sizes 2024-11-22 12:25:54 +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
avogar
f87013250b Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-dynamic-columns-sizes 2024-11-21 20:43:29 +00: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
Yarik Briukhovetskyi
ee1cd0acf3
fix style 2024-11-21 17:59:31 +01:00
Yakov Olkhovskiy
ad97f0440b set timeout as a libfuzzer argument and hard timeout +60seconds 2024-11-21 16:59:31 +00:00
Christoph Wurm
a7fb6e7535 Fix tests 2024-11-21 16:57:07 +00:00
Anton Popov
a329ea7768 fix test for lazy index load 2024-11-21 16:03:35 +00:00
Konstantin Bogdanov
288edbf35a
Merge pull request #70414 from ClickHouse/clang-19
Use `clang-19`
2024-11-21 15:53:41 +00:00
Vladimir Cherkasov
49f7a6995a
Merge pull request #72212 from den-crane/patch-78
Docs. Fix JSONExtract returned value for non-existed keys
2024-11-21 15:44:54 +00:00
Yarik Briukhovetskyi
5183d42261
Merge branch 'ClickHouse:master' into lowcardinality_string_performance 2024-11-21 16:44:03 +01:00
Raúl Marín
e19ac0aa11 Remove duplicate building and linking of common files 2024-11-21 16:27:51 +01:00
Yarik Briukhovetskyi
04ccefe447
debug 2024-11-21 16:02:33 +01:00
Yakov Olkhovskiy
41279ca59b test timeout to 10800 2024-11-21 14:59:07 +00:00
Anton Popov
99916f85fc fix setting of priamry index 2024-11-21 14:29:11 +00:00
Denny Crane
7b34b0eec5
Update json-functions.md 2024-11-21 10:10:44 -04:00
Denny Crane
c8c443f127
Update json-functions.md 2024-11-21 10:03:38 -04:00
Denny Crane
1cc687f3b1
Update json-functions.md 2024-11-21 09:54:57 -04:00