Commit Graph

140201 Commits

Author SHA1 Message Date
Alexey Milovidov
d613a1d623
Merge pull request #62381 from ClickHouse/fix-trash-docs
Fix trash in documentation
2024-04-12 13:24:24 +02:00
Alexey Milovidov
5af5be989e
Merge pull request #62512 from ClickHouse/revert-62508-revert-62123-full-syntax-highlight
Revert "Revert "Rich syntax highlighting in the client""
2024-04-12 13:18:51 +02:00
Kseniia Sumarokova
db46866db7
Merge pull request #62551 from ClickHouse/fix-assertion-in-cache-slru
Fix assertion in stress test
2024-04-12 11:18:29 +00:00
Max Kainov
0d2e0e3131 CI: MQ sync status check fix 2024-04-12 11:11:49 +00:00
kssenii
faf783e66f Remove redundant change 2024-04-12 12:55:02 +02:00
Raúl Marín
6274154642
Merge pull request #62570 from Algunenano/clean_deleted_rows
Remove mentions of clean_deleted_rows from the documentation
2024-04-12 10:53:28 +00:00
Blargian
b2a83d54f3 Make descriptions less ambiguous 2024-04-12 12:41:45 +02:00
Blargian
7cd3c86d6e Add missing leftXYZ and rightXYZ functions 2024-04-12 12:36:12 +02:00
kssenii
f7dc28984c Add a comment, an actual fix for the bug 2024-04-12 12:33:11 +02:00
Raúl Marín
e773b4ea3a
Merge pull request #62518 from Algunenano/casewhen
Make transform always return the first match
2024-04-12 10:29:48 +00:00
Max Kainov
e2acd0e93f CI: add FT to MQ remove Style from master 2024-04-12 10:29:46 +00:00
helifu
a52d77b625 Add a test case 2024-04-12 18:23:15 +08:00
vdimir
602e17f3e6
Merge pull request #62142 from ClibMouse/fixes_in_with_pk_ft_scan
Fix primary index not being used when a redundant equals exists
2024-04-12 09:27:19 +00:00
kevinyhzou
a9711c4bec modify test 2024-04-12 16:57:34 +08:00
SmitaRKulkarni
09cbd7e8be
Merge pull request #62447 from ClickHouse/Fix_azure_restore
Fix backup restore path for AzureBlobStorage
2024-04-12 08:54:09 +00:00
kevinyhzou
878e0ed26b add performance test 2024-04-12 16:37:35 +08:00
kevinyhzou
6a96ee12e9 Improve utc timestamp transfrom 2024-04-12 16:21:51 +08:00
kevinyhzou
1eaa21ff8c improve utc timestamp transform 2024-04-12 15:10:34 +08:00
YenchangChan
403e294810 Modify prompt exception for table functions numbers, zeros 2024-04-12 15:10:25 +08:00
YenchangChan
10a63ff57d Add tests for table function numbers and zeros 2024-04-12 14:15:51 +08:00
YenchangChan
f67f44596c Suppport Zero-argument variants for table functions numbers, numbers_mt 2024-04-12 14:15:47 +08:00
YenchangChan
a00ec8e6ed Suppport Zero-argument variants for table functions zeros, zeros_mt 2024-04-12 14:09:33 +08:00
lgbo-ustc
feddc40c45 update test 2024-04-12 10:00:52 +08:00
Alexey Milovidov
13283abce6 Apply review comments 2024-04-12 03:47:29 +02:00
Alexey Milovidov
727caee102 Merge branch 'master' into fix-trash-docs 2024-04-12 03:46:19 +02:00
lgbo-ustc
e9635189d2 Merge remote-tracking branch 'origin/master' into json_format_early_skip 2024-04-12 08:53:38 +08:00
lgbo-ustc
31a3217355 update settings 2024-04-12 08:52:28 +08:00
Alexey Milovidov
d903e189c4
Update docker/test/stateless/run.sh 2024-04-12 01:01:04 +02:00
Nikita Fomichev
62f15e6cc1 add missing SET allow_experimental_analyzer=1; 2024-04-12 00:50:16 +02:00
Nikita Fomichev
19b1a8b68f Close: https://github.com/ClickHouse/ClickHouse/issues/29748 2024-04-12 00:49:18 +02:00
Alexey Milovidov
20db642e71 Fix a test 2024-04-12 00:46:55 +02:00
Alexey Milovidov
9664fb9249 Highlight only when necessary 2024-04-12 00:44:26 +02:00
Alexey Milovidov
da05238c8e Merge branch 'master' into revert-62508-revert-62123-full-syntax-highlight 2024-04-12 00:44:02 +02:00
Nikita Fomichev
edfdaee247 Close: https://github.com/ClickHouse/ClickHouse/issues/23865 2024-04-12 00:29:40 +02:00
Nikita Fomichev
936d10f97d Close: https://github.com/ClickHouse/ClickHouse/issues/22923 2024-04-12 00:29:40 +02:00
Raúl Marín
1ae8a9fc6f
Merge pull request #62180 from Algunenano/i35215
Add test for #35215
2024-04-11 22:16:21 +00:00
Raúl Marín
2d051ee3a2
Merge pull request #62506 from Algunenano/recursive_proto
Avoid crash when reading protobuf with recursive types
2024-04-11 22:11:55 +00:00
Raúl Marín
361d73f7a4 Try to fix Bugfix validation job 2024-04-12 00:07:53 +02:00
Raúl Marín
185761cb5d
Merge pull request #62504 from Algunenano/i26674
Add test for #26674
2024-04-11 22:03:39 +00:00
Nikolay Degterinsky
dae84a0f1e Try to fix segfault in HDFS 2024-04-11 21:58:46 +00:00
Konstantin Bogdanov
c3af6b37e4
Merge pull request #62209 from ClickHouse/faster_01676_clickhouse_client_autocomplete
Unflake and speed up `01676_clickhouse_client_autocomplete`
2024-04-11 21:28:48 +00:00
Nikita Taranov
3ce02239c6
Revert "More optimal loading of marks" 2024-04-11 23:12:11 +02:00
Alexander Tokmakov
55c510563c Merge branch 'master' into cannot_allocate_thread 2024-04-11 23:06:17 +02:00
Justin de Guzman
9c9c3bddb5
[Docs] Formatting 2024-04-11 13:53:51 -07:00
Justin de Guzman
89a9de76a6
[Docs] Add more examples for numeric literals 2024-04-11 13:38:51 -07:00
Joshua Hildred
8f4f3aaf14 Small code cleanup 2024-04-11 12:56:50 -07:00
Raúl Marín
83d6f2ef99 Correct the documentation about duplicates with argmin and argmax 2024-04-11 21:51:31 +02:00
Alexander Tokmakov
20e8b64cee fix 2024-04-11 21:40:39 +02:00
Nikita Mikhaylov
9193762280
Update 03122_analyzer_collate_in_window_function.sql 2024-04-11 20:35:30 +02:00
Alexander Tokmakov
4e486f4176
Merge pull request #62549 from ClickHouse/revert-60112-feat-59377
Revert "[feature]: allow to attach parts from a different disk"
2024-04-11 17:56:41 +00:00