Commit Graph

137689 Commits

Author SHA1 Message Date
Alexey Milovidov
d627fbef55 Fix errors 2024-03-17 00:26:07 +01:00
Alexey Milovidov
ced06cb163 More guides 2024-03-17 00:18:38 +01:00
Alexey Milovidov
f1be9e6707 Trash 2024-03-17 00:17:59 +01:00
Alexey Milovidov
4dc5319b37
Merge pull request #61491 from ClickHouse/definitive-cast
A definitive guide to CAST
2024-03-17 01:30:11 +03:00
Alexey Milovidov
e5f15b6ac4 Fix errors 2024-03-16 23:00:57 +01:00
robot-ch-test-poll2
805a4b2596
Merge pull request #61415 from peter279k/correct_criteo_section
Correct Criteo example dataset instruction section
2024-03-17 01:00:00 +04:00
Alexey Milovidov
81f0e9ece6 Merge branch 'definitive-cast' into split-cast-overload-resolver 2024-03-16 20:03:44 +01:00
Alexey Milovidov
65eb6f135c More guides 2024-03-16 19:52:10 +01:00
Alexey Milovidov
175efee089 More guides 2024-03-16 19:50:11 +01:00
Alexey Milovidov
2d8676d61a Update 03011_definitive_guide_to_cast.sql 2024-03-16 19:38:32 +01:00
Alexey Milovidov
acd4e49dc2 More guides 2024-03-16 19:38:06 +01:00
Alexey Milovidov
3fcede709e Fix error 2024-03-16 19:03:42 +01:00
kssenii
f5a13a023b Rename CacheGuard -> CachePriorityGuard (because it is more correct) 2024-03-16 18:58:16 +01:00
Peter
6b0f77bbfc
Merge branch 'master' of orign ClickHouse 2024-03-17 00:29:50 +08:00
Peter
88f146aa51
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add_tw_weather_dataset 2024-03-17 00:29:20 +08:00
Alexey Milovidov
3a8974e7e1 A definitive guide to CAST 2024-03-16 16:23:12 +01:00
Blargian
e956656e9d Remove primitive types from parameters - looks ugly 2024-03-16 15:19:30 +01:00
Blargian
5b05bee2a9 Add reference to geodata types 2024-03-16 15:16:53 +01:00
Alexey Milovidov
9be38c064a Merge branch 'master' into split-cast-overload-resolver 2024-03-16 14:07:59 +01:00
Blargian
f85eda34d9 Update wording for multipolygon 2024-03-16 13:25:07 +01:00
Blargian
5c9f132800 Explain behaviour for various geometric types and array shapes 2024-03-16 13:18:56 +01:00
Alexey Milovidov
dd2ace9a85
Merge pull request #61441 from ClickHouse/ci_fix_checout_action_version
CI: fix checkout action version
2024-03-16 13:53:30 +03:00
Alexey Milovidov
24e77a6b5a
Merge pull request #61477 from CurtizJ/fix-test-polymorphic-parts
Fix test `test_polymorphic_parts`
2024-03-16 13:51:06 +03:00
Alexey Milovidov
f31beb98cd
Merge pull request #61466 from vitlibar/fix-finishing-failed-restore
Fix finishing a failed RESTORE
2024-03-16 13:41:33 +03:00
Alexey Milovidov
32fb5327b9
Merge pull request #61443 from ClickHouse/vdimir/fix_02998_system_dns_cache_table
Convert test 02998_system_dns_cache_table to smoke
2024-03-16 13:40:04 +03:00
Alexey Milovidov
063b91edb9
Merge pull request #61440 from ClickHouse/proper-fix-multiline
Fix `01599_multiline_input_and_singleline_comments` properly
2024-03-16 13:38:21 +03:00
Alexey Milovidov
caf0da39fd
Merge pull request #61130 from wudanzy/master
Update check-large-objects.sh to be language neutral
2024-03-16 12:50:50 +03:00
Yakov Olkhovskiy
9fda7d36ea
Merge pull request #60682 from ClickHouse/fix-alter-query-cte
Fix: expand CTE in alter modify query
2024-03-16 03:14:00 -04:00
Yakov Olkhovskiy
63a3555881 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into fix-alter-query-cte 2024-03-16 03:25:49 +00:00
Dan Wu
26618909b4
Merge branch 'ClickHouse:master' into master 2024-03-16 10:20:39 +08:00
Shaun Struwig
e1b2e0a00b
Update polygon.md
Add WKT function to documentation
2024-03-16 02:34:45 +01:00
robot-ch-test-poll3
f523ae669a
Merge pull request #61470 from ClickHouse/fix-postprocess-script
Correctly process last stacktrace in `postprocess-traces.pl`
2024-03-16 02:18:17 +01:00
Anton Popov
bc6cd6e769 fix test_polymorphic_parts 2024-03-15 22:32:04 +00:00
Han Fei
e1730c070e fix style 2024-03-15 21:00:42 +01:00
Nikita Taranov
8be4a3d7a5
Update BackupsWorker.cpp 2024-03-15 20:28:46 +01:00
Raúl Marín
ab3bb77ef8
Merge pull request #60924 from Algunenano/private_clickhouse_test
Bring clickhouse-test changes from private
2024-03-15 19:20:37 +01:00
Antonio Andelic
c97731fb8c Correctly process last stacktrace 2024-03-15 18:46:23 +01:00
Raúl Marín
cfb13d212e Add a test 2024-03-15 18:28:04 +01:00
Raúl Marín
b9f6de095d Disable async_insert_use_adaptive_busy_timeout correctly with compatibility settings 2024-03-15 18:11:35 +01:00
William Schoeffel
4dbf3ee1bb fix: remove duplicated check containing part 2024-03-15 14:05:24 -03:00
Ilya Yatsishin
1296dac3c7
Merge pull request #61317 from Algunenano/fuzzer_numbers 2024-03-15 20:53:18 +04:00
Vitaly Baranov
9bb697eb17 Fix finishing a failed RESTORE. 2024-03-15 17:46:26 +01:00
Yakov Olkhovskiy
a31f551bc7
Merge pull request #58223 from jewelzqiu/existing-count
Consider lightweight deleted rows when selecting parts to merge
2024-03-15 12:42:35 -04:00
Mikhail f. Shiryaev
3190e4603d
Merge pull request #61433 from ClickHouse/restore-merge-approved-pr
Restore automerge for approved PRs
2024-03-15 17:31:52 +01:00
Antonio Andelic
48a96f8798
Merge pull request #61389 from ClickHouse/sum-if-count-if-nullabl
Disable `optimize_rewrite_sum_if_to_count_if` if return type is nullable (new analyzer)
2024-03-15 17:18:19 +01:00
vdimir
7a83993173
Convert test 02998_system_dns_cache_table to smoke 2024-03-15 16:09:35 +00:00
vdimir
f02858a917
Use SHARD_LOAD_QUEUE_BACKLOG for dictionaries in tests 2024-03-15 16:08:05 +00:00
Raúl Marín
46e09d00e3 Merge remote-tracking branch 'blessed/master' into actions_dag_broken_prewhere 2024-03-15 16:50:04 +01:00
Raúl Marín
aaab9e4ed4 Add test 2024-03-15 16:49:54 +01:00
Han Fei
694f5416b9 refine tests 2024-03-15 16:32:57 +01:00