Commit Graph

139493 Commits

Author SHA1 Message Date
Alexander Sapin
949ec8d44c Silence 2024-04-15 15:33:25 +02:00
Alexander Sapin
0f2cc6e00a Disable logs 2024-04-15 15:17:36 +02:00
Alexander Sapin
daea269a28 Try without debug logs 2024-04-15 14:42:20 +02:00
Max Kainov
053c3cc0c1 redirect azure logs 2024-04-12 10:22:03 +00:00
Max Kainov
252d2a05a6 fix unittest 2024-04-11 16:27:25 +00:00
Max Kainov
45258bc565 CI: Add tests with Azure storage 2024-04-11 14:50:18 +00:00
vdimir
fe4373fa53
Merge pull request #62387 from ClickHouse/vdimir/join_on_expression_optimizer_fix
Use function isNotDistinctFrom only in join key
2024-04-11 10:34:28 +00:00
Vitaly Baranov
190ff5e7d6
Merge pull request #62295 from vitlibar/fix-backup-and-restore-of-matview-in-ordinary-db
Fix BACKUP and RESTORE of a materialized view in Ordinary database
2024-04-11 08:40:11 +00:00
Vitaly Baranov
e6a9556daf Put functions in BackupUtils.h to a separate namespace BackupUtils. 2024-04-11 10:28:14 +02:00
Robert Schulze
bf03ed81a9
Merge pull request #62489 from yokofly/fix/macOS-binary-install-dir
Fix macOS binary install directory
2024-04-11 08:04:50 +00:00
Robert Schulze
8216fbe9de
Merge pull request #62509 from rschu1ze/long_query_never_finishes
Add test for Bug 37909
2024-04-11 08:03:32 +00:00
Yakov Olkhovskiy
7d8c9539c0
Merge pull request #62520 from ClickHouse/doc-auth_use_forwarded_address
Docs: add auth_use_forwarded_address
2024-04-11 00:52:54 +00:00
Yakov Olkhovskiy
e2b7e171da
fix 2024-04-10 19:19:51 -04:00
Yakov Olkhovskiy
4bb77473a1
add auth_use_forwarded_address 2024-04-10 19:08:45 -04:00
Yakov Olkhovskiy
d554dc61fb
Merge pull request #61923 from azat/local-input
Implement input() for clickhouse-local
2024-04-10 21:55:51 +00:00
Yakov Olkhovskiy
a1dc43cd71
Merge pull request #62206 from vitlibar/fix-parsing-booleans-in-settings
Fix parsing booleans in settings
2024-04-10 21:30:29 +00:00
Alexander Tokmakov
1f289c5d25
Merge pull request #62508 from ClickHouse/revert-62123-full-syntax-highlight
Revert "Rich syntax highlighting in the client"
2024-04-10 18:57:09 +00:00
Robert Schulze
0bcceaebbc
Add test for Bug 37909 2024-04-10 18:43:35 +00:00
Raúl Marín
033efd7204
Revert "Rich syntax highlighting in the client" 2024-04-10 20:25:20 +02:00
Alexander Tokmakov
a691d30177
Merge pull request #61610 from ClickHouse/fix-data-race-between-move-partition-and-merges
Cancel merges before removing moved parts
2024-04-10 18:19:42 +00:00
Max K
4a7450ed2e
Merge pull request #62488 from ClickHouse/ci_auto_sync_pr_merge
CI: merge sync pr on push to master
2024-04-10 18:17:36 +00:00
Max Kainov
407f154650 comments 2024-04-10 18:07:05 +00:00
Robert Schulze
6ca8a730a9
Merge pull request #62501 from Blargian/document_lcase
[Docs] update `lower` function
2024-04-10 17:47:32 +00:00
Robert Schulze
752a69b6dd
Minor fixups 2024-04-10 17:37:24 +00:00
Robert Schulze
ef94595d40
Merge pull request #62503 from rschu1ze/update-support-alias-column-in-indices
Update comment in 02911_support_alias_column_in_indices.sql
2024-04-10 17:23:19 +00:00
Robert Schulze
daf2fdc6bf
Merge pull request #62299 from Blargian/document_arrayXYZ
[Docs] add missing arrayXYZ functions
2024-04-10 17:22:37 +00:00
Robert Schulze
25c0f0360e
Update 02911_support_alias_column_in_indices.sql 2024-04-10 17:13:11 +00:00
Blargian
f32d3d3096 Update lower function 2024-04-10 18:27:01 +02:00
Shaun Struwig
19916de731
Update array-functions.md
small fixes to wording
2024-04-10 18:03:20 +02:00
Blargian
5657e6aa35 Fix style 2024-04-10 17:55:52 +02:00
Blargian
c179885265 Add example for arrayFirstOrNull with multiple arrays 2024-04-10 17:53:31 +02:00
Blargian
6fcaeca2e6 Clarify arrayPartialShuffle 2024-04-10 17:44:11 +02:00
Raúl Marín
b6d46317d1
Merge pull request #62480 from Algunenano/random_clang_tidy
Fix random clang tidy warning
2024-04-10 15:12:15 +00:00
Blargian
4408714c55 Remove subset dotProduct from tuple-functions and add dotProduct as an alias to the superset 2024-04-10 17:09:01 +02:00
Nikolai Kochetov
e87b5daa2d
Merge pull request #62236 from ClickHouse/group-by-use-nulls-another-fix
Fix another logical error in group_by_use_nulls.
2024-04-10 14:37:15 +00:00
Robert Schulze
c8f0fec3a4
Merge pull request #62491 from rschu1ze/docs-date_add
Docs: Update function `date_add`
2024-04-10 14:32:11 +00:00
Robert Schulze
4ed518d6ad
Docs: Update date_add 2024-04-10 14:21:55 +00:00
Max Kainov
2e4e3187d5 merge sync pr on push to master 2024-04-10 13:49:49 +00:00
Anton Popov
4a8c1bf6a3
Merge pull request #62306 from CurtizJ/azure-retryable-errors
Better handling of errors from azure storage
2024-04-10 13:38:33 +00:00
Nikita Taranov
29436417ea
Merge pull request #62487 from nickitat/fix_01592_long_window_functions1
Disable external sort in 01592_long_window_functions1
2024-04-10 13:38:03 +00:00
yokofly
e4cb27eda3 fix macOS binary install
the usr/bin is not suitable for macOS
https://superuser.com/questions/933019/sudo-cant-create-file-in-usr-bin-in-el-capitan
after apply this patch, we can `sudo ./clickhouse --install` on MacOS
2024-04-10 21:27:48 +08:00
Robert Schulze
b072c8bc5c
Merge pull request #62456 from jaymebrd/add-hostname-blob_storage_log-system-table
Add missing `hostname` column to `blob_storage_log` system table
2024-04-10 13:08:00 +00:00
Robert Schulze
84525faee8
Merge remote-tracking branch 'ClickHouse/master' into add-hostname-blob_storage_log-system-table 2024-04-10 13:02:44 +00:00
Konstantin Bogdanov
84e3e64778
Merge pull request #62469 from peter279k/add_uptime_func_usage
Document function `uptime`
2024-04-10 13:00:24 +00:00
Nikita Taranov
7bf4976198 impl 2024-04-10 12:57:48 +00:00
Kruglov Pavel
7a3bfb31e8
Merge pull request #62086 from KevinyhZou/improve_hive_text_read_by_replace_settings
Improve hive text read by allow variable number of fields
2024-04-10 12:49:59 +00:00
Alexey Milovidov
a2154418ee
Merge pull request #62123 from ClickHouse/full-syntax-highlight
Rich syntax highlighting in the client
2024-04-10 14:58:32 +02:00
Alexey Milovidov
1bae493ef7 Merge branch 'master' of github.com:ClickHouse/ClickHouse into full-syntax-highlight 2024-04-10 14:57:36 +02:00
Kruglov Pavel
8ef64b0581
Merge pull request #61476 from Avogar/better-stress-upgrade-checks
Ignore DROP queries in stress test with 1/2 probability and TRUNCATE Memory/JOIN table instead of ignoring DROP in upgrade check
2024-04-10 12:43:22 +00:00
Kruglov Pavel
d70b6220e0
Merge pull request #61720 from Avogar/try-fix-arrow-abort
Try to fix abort in arrow
2024-04-10 12:43:09 +00:00