vdimir
33d5f0420b
Merge branch 'master' into vdimir/ignore_nulls_query_tree_elimination
2024-08-20 12:38:19 +02:00
Nikolai Kochetov
696114ff1a
Merge pull request #68548 from ClickHouse/try-fix-pipeline-stuck-on-cancel
...
Avoid Pipeline stuck when query was cancelled by user.
2024-08-20 09:04:36 +00:00
Alexey Milovidov
af43ee8682
Merge pull request #67134 from azat/client/ignore_shell_suspend
...
Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
2024-08-20 02:31:54 +00:00
Nikolay Degterinsky
55855acfcd
Merge pull request #68577 from evillique/move-experimental-functions-application
...
Move enabling experimental settings to a separate file
2024-08-19 23:03:08 +00:00
Han Fei
8356712a40
Merge pull request #68556 from hanfei1991/hanfei/mannwhitneyu-fix
...
fix bug in mann whitney u test
2024-08-19 20:32:49 +00:00
Kseniia Sumarokova
97cc2c365f
Merge pull request #68412 from ClickHouse/delete-old-named-collections-code-1
...
Delete old code of named collections
2024-08-19 18:36:24 +00:00
Nikolay Degterinsky
a1bec15eb7
Add style check for new allow_ settings
2024-08-19 17:59:40 +00:00
Nikolay Degterinsky
3d567c5241
Move enabling experimental settings to a separate file
2024-08-19 17:08:46 +00:00
Han Fei
2c8fade3d7
fix bug in mann whitney u test
2024-08-19 17:06:24 +02:00
pufit
d4da9b8c8e
Merge pull request #66895 from MikhailBurdukov/hostresolver_opt
...
Allow filtering ip addresses by ip family in DNS resolver
2024-08-19 15:00:31 +00:00
Robert Schulze
e0f8633fbb
Merge pull request #68527 from rschu1ze/fix-build
...
Fix build with `-DENABLE_LIBRARIES=0`
2024-08-19 14:09:00 +00:00
Nikolai Kochetov
52b156d1ba
Avoid Pipeline stuck when query was cancelled by user.
2024-08-19 12:14:24 +00:00
Alexey Milovidov
eea07e9a7e
Merge pull request #65736 from danipozo/load-fs-metadata-asynchronously
...
Load filesystem cache metadata asynchronously
2024-08-19 12:54:26 +02:00
Robert Schulze
625b186b4d
Fix build with -DENABLE_LIBRARIES=0
2024-08-19 10:15:30 +00:00
Alexey Milovidov
732008f57d
Merge pull request #65362 from ClickHouse/revert-65361-revert-65164-ecs
...
Revert "Revert "Fix AWS ECS""
2024-08-19 11:27:26 +02:00
Azat Khuzhin
e623ad041f
Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
...
C-z is extermelly useful for some users (like myself), so provide a way
to configure it in client and avoid it's ignorance in clickhouse-disks
(I hope it is OK since it is not that known utility and it does not have
it's own configuration, while cli option is useless, one should remeber
about it).
Honestly I've never seen any interactive client that forbids C-z, so
ignoring it my default looks strange to me.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-19 08:33:53 +02:00
Alexey Milovidov
5a6d765fa2
Merge pull request #60197 from ClickHouse/format-settings-parsing
...
Fix unexpected behavior with `FORMAT` and `SETTINGS` parsing
2024-08-19 05:55:25 +00:00
Alexey Milovidov
285f99f719
Merge pull request #68492 from ClickHouse/pretty-print-tuples-in-create-table-statements
...
Pretty print tuples in CREATE TABLE statements
2024-08-19 02:26:03 +00:00
Alexey Milovidov
2863b3f519
Merge pull request #68515 from ClickHouse/fix-01079_bad_alters_zookeeper_long
...
Fix test `01079_bad_alters_zookeeper_long`
2024-08-19 01:54:01 +00:00
Alexey Milovidov
66ef0d8866
Merge pull request #68513 from ClickHouse/fix-race-condition-restarting-thread
...
Fix race condition in MergeTreeRestartingThread
2024-08-19 01:53:49 +00:00
Alexey Milovidov
fd8c99241b
Merge branch 'master' into revert-65361-revert-65164-ecs
2024-08-19 01:58:04 +02:00
Alexey Milovidov
9f290927e5
Merge pull request #68476 from ClickHouse/parallel_replicas_read_task_size_overflow_bug
...
Add check for `min_number_of_marks = 0` in parallel replicas requests
2024-08-18 23:55:16 +00:00
Alexey Milovidov
20ebbc3b26
Merge branch 'master' into format-settings-parsing
2024-08-19 01:48:16 +02:00
Yakov Olkhovskiy
55cc858a03
Merge pull request #68378 from jetgm/view_refresh_progress
...
Fix Progress column value of system.view_refreshes greater than 1 #68377
2024-08-18 23:35:43 +00:00
Alexey Milovidov
b7f1beafe8
Merge pull request #68482 from ClickHouse/cast-proper-parsing
...
Proper parsing of the PostgreSQL-style CAST operator
2024-08-18 20:48:36 +00:00
Alexey Milovidov
8f2c20806a
Fix test 01079_bad_alters_zookeeper_long
2024-08-18 22:45:13 +02:00
Kruglov Pavel
59664d2762
Merge pull request #68459 from ClickHouse/Avogar-patch-6
...
Minor update in Dynamic/JSON serializations
2024-08-18 20:38:58 +00:00
Alexey Milovidov
0d40059e5c
Merge branch 'master' into pretty-print-tuples-in-create-table-statements
2024-08-18 22:22:27 +02:00
Alexey Milovidov
72b7ed8fba
Merge pull request #68507 from ClickHouse/misc-66999
...
Miscellanous changes from #66999
2024-08-18 20:21:21 +00:00
Alexey Milovidov
a258b4fb3d
Fix race condition in MergeTree restarting thread
2024-08-18 22:18:31 +02:00
Nikita Taranov
3883627aad
fix
2024-08-18 20:51:40 +01:00
Nikita Taranov
683b84e6b6
fix
2024-08-18 19:37:52 +01:00
Nikita Taranov
4552be8f02
Merge branch 'master' into parallel_replicas_read_task_size_overflow_bug
2024-08-18 19:13:18 +01:00
Yakov Olkhovskiy
0c14ac782e
Merge pull request #68456 from aalexfvk/use_http_1_1_for_external_http_auth
...
Use HTTP/1.1 for external HTTP authentication
2024-08-18 14:36:48 +00:00
Robert Schulze
f5308635d1
Revert "Improve compatibility of upper/lowerUTF8
with Spark"
2024-08-18 15:25:07 +02:00
Robert Schulze
6cf5a7f7f8
Merge pull request #65761 from bigo-sg/improve_upper_lower
...
Improve compatibility of `upper/lowerUTF8` with Spark
2024-08-18 12:14:43 +00:00
Alexey Milovidov
3c40c17349
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-18 11:15:49 +02:00
Alexey Milovidov
ec8554c85a
Fix build
2024-08-18 09:41:29 +02:00
Alexey Milovidov
2a48aaad56
Fix build
2024-08-18 09:12:49 +02:00
Alexey Milovidov
7071942858
Miscellanous changes from #66999
2024-08-18 09:05:45 +02:00
Alexey Milovidov
4e91c663a6
Fix error
2024-08-18 08:28:16 +02:00
Alexey Milovidov
03ab872f5c
Fix error
2024-08-18 07:34:44 +02:00
Alexey Milovidov
487c6a097e
Merge branch 'master' into revert-65361-revert-65164-ecs
2024-08-18 06:19:27 +02:00
Alexey Milovidov
db863caeb1
Merge branch 'master' into cast-proper-parsing
2024-08-18 03:12:24 +02:00
Alexey Milovidov
a36688b073
Fix error
2024-08-18 03:02:20 +02:00
Alexey Milovidov
25fe87dfc4
Merge branch 'master' into pretty-print-tuples-in-create-table-statements
2024-08-18 02:42:33 +02:00
Alexey Milovidov
526a28e9ff
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-17 23:38:53 +02:00
Alexey Milovidov
5d851d718a
Merge branch 'master' into misc-databases
2024-08-17 23:21:22 +02:00
Alexey Milovidov
51a6035088
Merge pull request #68490 from ClickHouse/part-of-66999-2
...
Miscellaneous changes from #66999 (2)
2024-08-17 20:51:48 +00:00
Alexey Milovidov
b9e8b15e46
Merge pull request #68486 from ClickHouse/database-overlay-more-ops
...
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 14:31:29 +00:00