Commit Graph

155756 Commits

Author SHA1 Message Date
Pablo Marcos
286610f3f3 Add globalVariable to ignore dict 2024-10-17 11:00:55 +00:00
Mikhail f. Shiryaev
56fe7206d0
Merge branch 'master' into docs_globalVariable 2024-10-17 12:40:31 +02:00
Alexey Milovidov
26c7d1264d
Merge pull request #70770 from ClickHouse/not-a-logical-error
Not a logical error
2024-10-17 10:26:09 +00:00
Alexey Milovidov
606cef315b
Merge pull request #70768 from ClickHouse/autogenerate-docs
Autogenerate documentation for settings
2024-10-17 00:54:44 +00:00
Alexey Milovidov
c2082aee3b
Merge pull request #70363 from azat/tests/02492_clickhouse_local_context_uaf
Remove 02492_clickhouse_local_context_uaf test
2024-10-17 07:55:44 +08:00
Alexey Milovidov
7bbd02ba91
Merge pull request #70755 from jmaicher/fix/openldap-healthcheck
Fix readiness/health check for OpenLDAP container
2024-10-17 07:54:50 +08:00
Alexey Milovidov
b69ce95a13 Fix errors 2024-10-17 01:53:26 +02:00
Alexey Milovidov
b25517d962 Fix errors 2024-10-17 01:49:39 +02:00
Alexey Milovidov
ed32609155 Merge branch 'master' into autogenerate-docs 2024-10-17 01:47:51 +02:00
Alexey Milovidov
4754ceb76d Add a test 2024-10-17 01:44:05 +02:00
Alexey Milovidov
97095a943b Add a test 2024-10-17 01:43:09 +02:00
Alexey Milovidov
2fa10bedce This is not a logical error 2024-10-17 01:41:56 +02:00
Alexey Milovidov
5420566560 Slightly better 2024-10-17 01:22:28 +02:00
Alexey Milovidov
5757a7c7fd
Merge pull request #68583 from denis-hananein/clickhouse-local-copy-arg
Support --copy mode for clickhouse local as a shortcut for format conversion
2024-10-17 07:19:30 +08:00
Alexey Milovidov
84992893cc Merge branch 'master' of github.com:ClickHouse/ClickHouse into autogenerate-docs 2024-10-17 01:12:13 +02:00
Alexey Milovidov
b8588d257c
Merge pull request #70767 from ClickHouse/installer-musl
The universal installer should download Musl build on Alpine Linux
2024-10-16 22:42:57 +00:00
Alexey Milovidov
95cb156865 Remove old files 2024-10-17 00:37:09 +02:00
Alexey Milovidov
4095963b0a Autogenerate documentation for settings 2024-10-17 00:32:57 +02:00
Alexey Milovidov
219c04c941 The universal installer should download Musl build on Alpine Linux 2024-10-17 00:03:24 +02:00
Vladimir Cherkasov
df6d984d10
Merge pull request #70736 from ClickHouse/vdimir/fix-typo
Fix typo in docs/mongodb.md
2024-10-16 18:11:01 +00:00
Alexey Milovidov
0a277c2fd1
Merge pull request #68146 from ClickHouse/refactor-object-storages
Refactor `IDisk` and `IObjectStorage` for better performance
2024-10-17 01:38:43 +08:00
Julian Maicher
2a73d4cd8e Fix readiness/health check for OpenLDAP container
See https://github.com/bitnami/containers/issues/73310

Closes #65762
2024-10-16 17:24:12 +02:00
Anton Popov
582c9082b7
Merge pull request #70695 from CurtizJ/fix-filling-missed-arrays
Fixed crash in filling of missed arrays
2024-10-16 14:50:02 +00:00
Daniil Ivanik
f6fa8424cf
Merge pull request #69179 from lwz9103/master
Improve compatibility of cast(timestamp as string) with spark
2024-10-16 14:24:56 +00:00
Alexey Milovidov
d9c9128c04 Merge branch 'master' into refactor-object-storages 2024-10-16 14:47:27 +02:00
Alexey Milovidov
dc1c04ab57 Merge branch 'refactor-object-storages' of github.com:ClickHouse/ClickHouse into refactor-object-storages 2024-10-16 14:47:22 +02:00
Alexey Milovidov
f9697bfc21
Merge pull request #70697 from Algunenano/recursive_proto_skip_fields
Fix infinite recursion when infering a proto schema with skip unsupported fields enabled
2024-10-16 12:42:52 +00:00
Vladimir Cherkasov
3d81cc4832
Fix typo in docs/mongodb.md 2024-10-16 13:19:48 +02:00
alesapin
87404deb4d
Merge pull request #70647 from ClickHouse/add_ability_to_change_merge_selecting
Add ability to choose merge seleting algorithm
2024-10-16 10:46:58 +00:00
alesapin
0e53354663 Review fixes 2024-10-16 11:24:32 +02:00
Daniil Ivanik
877e27245e
Merge branch 'master' into master 2024-10-16 11:23:39 +02:00
Vladimir Cherkasov
5227fe0934
Merge pull request #70487 from ClickHouse/vdimir/safe_http_exception_log
Avoid spamming the logs with large HTTP response bodies
2024-10-16 08:34:48 +00:00
Robert Schulze
1f1a9c8508
Merge pull request #70134 from rschu1ze/libcxx-debug-mode
(Re?)-enable libcxx asserts for debug builds
2024-10-16 07:50:52 +00:00
Antonio Andelic
ed79ebf0e3
Merge pull request #70299 from ClickHouse/fix-preadv2-with-nowait
Fix usage of `preadv2` with `RWF_NOWAIT`
2024-10-16 07:25:58 +00:00
Anton Popov
56b9f19ec3
Merge pull request #70635 from CurtizJ/fix-parsing-to-sparse-column
Fix parsing of some formats into sparse columns
2024-10-16 07:13:29 +00:00
Julia Kartseva
bf0c609353 possible conflict w private 2024-10-16 02:18:59 +00:00
Michael Kolupaev
1c45f9f6bd
Merge pull request #62966 from arthurpassos/add_parquet_bloom_filters_support
Add parquet bloom filters support
2024-10-16 00:15:56 +00:00
Alexey Milovidov
789382d295
Merge pull request #70696 from ClickHouse/vdimir/table-func-s3-respect-local-settings
Insert into table function s3 respect query settings
2024-10-15 23:45:44 +00:00
Julia Kartseva
c725b66225 Merge remote-tracking branch 'origin/master' into refactor-object-storages 2024-10-15 23:09:45 +00:00
Robert Schulze
23fcefadc8
... re-enable only the assertions (not full debug mode) 2024-10-15 21:37:39 +00:00
Alexey Milovidov
63b4a70c94
Merge pull request #70511 from ClickHouse/fix-db-replicated-with-unavailable-source-table-function
Fix `StorageTableFunction::supportsReplication` creating source storage unnecessarily
2024-10-15 21:27:27 +00:00
Shichao Jin
7e1f7eca66
Merge pull request #70606 from Blargian/docs_timeSlot
[Docs] updates `timeSlot` function
2024-10-15 20:46:37 +00:00
Konstantin Bogdanov
21204a68e9
Merge pull request #70671 from ClickHouse/fix-native-macos
Fix native macOS build
2024-10-15 19:51:10 +00:00
Arthur Passos
424cd1b619 f_unknown if monotonic_functions not empty 2024-10-15 16:14:16 -03:00
Kseniia Sumarokova
b2fd0a905a
Merge pull request #70590 from aalexfvk/ignore_shadow_frozen_metadata
Ignore frozen_metadata.txt while traversing shadow directory from system.remote_data_paths
2024-10-15 16:12:56 +00:00
Alexey Milovidov
dfbd356295
Merge pull request #69481 from bigo-sg/poc_orc_lc_read
Allow reading LowCardinality(String/FixedString) data from orc dictionary encoded columns
2024-10-15 15:45:16 +00:00
Alexey Milovidov
1dfc68aefc
Merge pull request #70503 from cwurm/patch-5
Update settings.md: Clarify throw_if_no_data_to_insert
2024-10-15 15:44:13 +00:00
Alexey Milovidov
1c4d188974
Merge pull request #70660 from ClickHouse/fix-incorrect-formatting-of-check-query
Fix incorrect formatting of CHECK query
2024-10-15 15:42:17 +00:00
Nikolai Kochetov
96b9f4aa32
Merge pull request #70158 from ClickHouse/remove-plan-streams
Remove QueryPlan DataStream.
2024-10-15 15:40:02 +00:00
Alexey Milovidov
d7482835fb
Merge pull request #70677 from ClickHouse/sqltest-report
Add report file to the test results
2024-10-15 15:38:50 +00:00