Commit Graph

19844 Commits

Author SHA1 Message Date
serxa
4081ed87e9 support ANY DISK clause in RESOURCE definition 2024-10-23 13:23:48 +00:00
serxa
a98656ca87 docs update 2024-10-16 20:53:54 +00:00
serxa
105546457f fix typos 2024-10-16 20:32:10 +00:00
serxa
3a8bea0932 add docs 2024-10-16 20:29:52 +00:00
Daniil Ivanik
877e27245e
Merge branch 'master' into master 2024-10-16 11:23:39 +02:00
Shichao Jin
7e1f7eca66
Merge pull request #70606 from Blargian/docs_timeSlot
[Docs] updates `timeSlot` function
2024-10-15 20:46:37 +00: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
Vladimir Cherkasov
bdc186d5da
Merge pull request #69738 from ClickHouse/vdimir/window-funnel-fix-dedup2
Fix windowFunnel counting same event several times
2024-10-15 15:12:15 +00:00
Shichao Jin
f29900d735
Merge pull request #70612 from AlekseyKanaev/settings-users_docs_fix
Fixed docs typo in settings-users.md
2024-10-15 15:08:20 +00:00
Alexey Milovidov
f8346c8563 Merge branch 'master' into remove-strange-file 2024-10-15 13:59:20 +02:00
Vladimir Cherkasov
befc98ad5b
Merge branch 'master' into vdimir/window-funnel-fix-dedup2 2024-10-15 13:09:21 +02:00
Aleksei Filatov
2843ef9feb
Update docs/en/operations/settings/settings.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-10-15 12:29:51 +03:00
Kseniia Sumarokova
ba0b7f5689
Merge pull request #70011 from sharathks118/setting-opentelemetry
Enhance OpenTelemetry span logging to include query settings
2024-10-15 09:18:45 +00:00
Alexey Milovidov
80bd0cd58d Even more files are removed 2024-10-15 00:56:27 +02:00
Alexey Milovidov
13d74479b9 Remove more files 2024-10-15 00:54:26 +02:00
Alexey Milovidov
d6e546bd54 Remove more files 2024-10-15 00:53:31 +02:00
Alexey Milovidov
a906883919 Remove strange file 2024-10-15 00:51:17 +02:00
Alexey Milovidov
332671085a
Merge pull request #70604 from Blargian/patch-9
[Docs] Fix example
2024-10-14 21:38:03 +00:00
Justin de Guzman
81f07df2e0
[Docs] Remove cloud only badge 2024-10-14 12:17:14 -07:00
Kseniia Sumarokova
ad7c74c549
Merge pull request #70135 from ClickHouse/cache-for-object-storage-table-engines
Allow to cache read files for object storage table engines and data lakes using hash from ETag and file path as cache key
2024-10-14 14:08:30 +00:00
Aleksei Filatov
5d42b5033f Update docs 2024-10-14 09:13:55 +00:00
Vladimir Cherkasov
fff2eff9a9
Merge branch 'master' into vdimir/followup-69411 2024-10-14 10:40:42 +02:00
aleksey
abc10f5d2b fixed docs typo in settings-users.md 2024-10-14 09:59:55 +03:00
Blargian
b2082ce86e update example 2024-10-13 16:21:24 +02:00
Blargian
bb58ab61a4 update timeSlot docs 2024-10-13 16:18:31 +02:00
Shaun Struwig
e58ed73d71
Update type-conversion-functions.md
fix incorrect example
2024-10-13 15:43:49 +02:00
Alexey Milovidov
df4e80bd01
Merge pull request #70550 from ClickHouse/mve
Refreshable materialized views are not experimental anymore
2024-10-11 14:42:19 +00:00
Kseniia Sumarokova
36e29e467c
Update docs/en/operations/opentelemetry.md 2024-10-11 14:36:09 +02:00
Kseniia Sumarokova
a0e2e6aadf
Update docs/en/operations/settings/settings.md 2024-10-11 14:36:02 +02:00
Kseniia Sumarokova
d3258e0a80
Merge pull request #70268 from ucasfl/iceberg-hdfs
Support reading iceberg tables on HDFS
2024-10-11 11:57:26 +00:00
Alexey Milovidov
435a8cb5ce
Merge branch 'master' into mve 2024-10-11 18:14:23 +08:00
lwz9103
31dd409d28 Improve compatibility of cast(timestamp as string) with spark
remove trailing zeros with the configuration date_time_64_output_format_cut_trailing_zeros_align_to_groups_of_thousands, which defaults to false to maintain consistency with previous behavior.
If config is true, output scale will be dynamic set in (0, 3, 6) according to tailing zeros. See changes in following examples.

- 2012-01-01 00:11:22.000000 -> 2012-01-01 00:11:22
- 2012-01-01 00:11:22.120000 -> 2012-01-01 00:11:22.120
- 2012-01-01 00:11:22.123400 -> 2012-01-01 00:11:22.123400
2024-10-11 14:11:16 +08:00
vdimir
9876841c64
Merge pull request #70520 from ClickHouse/vdimir/max_parts_to_move
Add setting max_parts_to_move
2024-10-10 16:33:14 +00:00
vdimir
9d2dff24d1
settings.md alphabetical 2024-10-10 14:19:35 +02:00
vdimir
5788a6f405
Merge branch 'master' into vdimir/followup-69411 2024-10-10 13:59:55 +02:00
vdimir
d2f58a8b03
Merge branch 'master' into vdimir/followup-69411 2024-10-10 11:43:35 +02:00
vdimir
ca04d37f28
Merge pull request #70312 from Avogar/native-json-as-string
Allow to serialize/deserialize JSON column as single String column in Native format
2024-10-10 09:38:13 +00:00
Michael Kolupaev
615110913b Refreshable materialized views are not experimental anymore 2024-10-10 07:36:23 +00:00
kssenii
367cdb7227 Add documentation 2024-10-10 13:40:08 +08:00
Dmitry Novik
e9a1ac5ff4
Merge pull request #70394 from alsugiliazova/Fix--Distinct-combinator-docs
Docs: Fix distinct combinator docs as well as some other minor fixes in docs
2024-10-10 02:41:12 +00:00
Dmitry Novik
9bdbf30cf7
Merge pull request #70488 from Blargian/docs_conversion_functions
[Docs] update `toFixedString` and `toISOWeek`
2024-10-10 02:39:04 +00:00
Alexey Milovidov
d24b8bea37
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
2024-10-09 15:53:18 +00:00
Alexey Milovidov
116bd7e83e
Merge pull request #70489 from viladimiru/patch-1
Fixed typo `YSQL` in grant.md
2024-10-09 15:52:19 +00:00
vdimir
35e6a6081f
Add setting max_parts_to_move
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-09 13:42:33 +00:00
Alsu Giliazova
3c05e515c2
Merge branch 'master' into Fix--Distinct-combinator-docs 2024-10-09 11:41:08 +02:00
Shaun Struwig
636ca957db
Update type-conversion-functions.md
Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
2024-10-09 09:10:16 +02:00
Pavel Kruglov
82aeaac984
Merge branch 'master' into native-json-as-string 2024-10-09 12:40:33 +08:00
Pavel Kruglov
26f9aec1a5
Merge pull request #70288 from Avogar/json-as-string-row-binary
Allow to read/write JSON type as binary string in RowBinary format
2024-10-09 03:15:38 +00:00
Robert Schulze
eefe70472e
Merge pull request #70418 from Blargian/docs_connectionId
[Docs] update `connectionId` alias
2024-10-09 02:14:41 +00:00
Robert Schulze
df8568c446
Merge pull request #70421 from Blargian/docs_extract
[Docs] Updates `extract`, adds `extractGroups` documentation
2024-10-09 01:46:01 +00:00