Commit Graph

13429 Commits

Author SHA1 Message Date
Dan Roscigno
7099e76cc3
Remove extra ]
closes #46172
2023-02-28 10:47:51 -05:00
Dan Roscigno
57f451ad2d
Remove table from intro page
The table was not kept up to date, removing as the list of table functions is in the nav.  In the future the list will be auto generated below the intro material.

Closes #46944
2023-02-28 09:47:32 -05:00
Kruglov Pavel
545e5c0f5b
Merge pull request #46617 from Avogar/use-parquet-2
Change default parquet format version to v2_latest, add a setting to controle the version
2023-02-28 14:30:59 +01:00
robot-ch-test-poll2
49d4f1db5a
Merge pull request #46993 from ClickHouse/DanRoscigno-patch-5
Add link to Howto from Materialized view ref.
2023-02-28 14:12:05 +01:00
robot-ch-test-poll1
57ab2de86b
Merge pull request #46992 from ClickHouse/DanRoscigno-patch-4
Add example of arrayStringConcat()
2023-02-28 14:10:08 +01:00
Dan Roscigno
7a608a499a
Merge pull request #46970 from DerekChia/patch-1
Update schema-inference.md
2023-02-27 16:12:04 -05:00
Dan Roscigno
f1e270b755
Add link to Howto from Materialized view ref.
closes https://github.com/ClickHouse/clickhouse-docs/issues/96
2023-02-27 15:41:52 -05:00
Dan Roscigno
69fa64e852
Add example of arrayStringConcat()
closes https://github.com/ClickHouse/clickhouse-docs/issues/124
2023-02-27 15:16:18 -05:00
Kruglov Pavel
36e65f5f84
Use versions vith dots 2023-02-27 19:00:40 +01:00
robot-clickhouse-ci-1
fc1e0608c6
Merge pull request #46962 from melvynator/patch-11
Add a warning to the schema_inference_hints
2023-02-27 16:51:24 +01:00
Derek Chia
bc4418bfb6
Update schema-inference.md 2023-02-27 23:14:22 +08:00
robot-ch-test-poll4
991f746fd6
Merge pull request #46964 from ClickHouse/auto/v22.3.19.6-lts
Update version_date.tsv and changelogs after v22.3.19.6-lts
2023-02-27 15:29:48 +01:00
Kruglov Pavel
443dedddca
Merge branch 'master' into use-parquet-2 2023-02-27 14:31:43 +01:00
Kruglov Pavel
e9078b402b
Merge pull request #46742 from Avogar/update-settings
Enable input_format_json_ignore_unknown_keys_in_named_tuple by default
2023-02-27 14:30:28 +01:00
robot-clickhouse
463dbdc838 Update version_date.tsv and changelogs after v22.3.19.6-lts 2023-02-27 13:29:21 +00:00
Peignon Melvyn
8fe08bc458
Add a warning to the schema_inference_hints 2023-02-27 14:02:10 +01:00
Peignon Melvyn
7c5bd4a5f1
Update schema-inference.md 2023-02-27 13:53:44 +01:00
Peignon Melvyn
e680cd7b12
Update schema-inference.md
Fixed the example
2023-02-27 13:48:54 +01:00
Vladimir C
77e5b8272d
Merge pull request #46928 from juunone/patch-1 2023-02-27 12:21:40 +01:00
Robert Schulze
edde5e591f
Merge pull request #46939 from ClickHouse/rs/doc-update
Docs: Update sidebar entries
2023-02-27 09:20:58 +01:00
Robert Schulze
e153aae54e
Capitalize "Map" in heading 2023-02-27 08:15:04 +00:00
Robert Schulze
86dd9b9855
Docs: Sidebar: Remove leading "For" from "Searching/Replacing in Strings" 2023-02-27 08:13:24 +00:00
Robert Schulze
d32a3035fe
Docs: Sidebar entry "Working with maps" --> Maps 2023-02-27 08:10:19 +00:00
jun won
458c711799
docs: fixed Moving Sliding Average (per 10 days) query typo
fixed Moving Sliding Average (per 10 days) query typo
2023-02-27 14:04:19 +09:00
Denny Crane
fd97f7ad0a
Update settings.md 2023-02-26 19:25:13 -04:00
Robert Schulze
f53d38cf85
Merge branch 'master' into rs/like-with-trailing-percentage 2023-02-26 14:43:27 +01:00
Robert Schulze
5e68d50b39
Merge pull request #46752 from ClickHouse/rs/periods-in-kafka-topics
Allow configuration of Kafka topics with periods
2023-02-26 07:49:28 +01:00
Rich Raposa
bb51da7de1
Merge pull request #46805 from den-crane/patch-63
Doc. Final setting
2023-02-25 16:05:54 -07:00
Alexey Milovidov
c69f8f9712
Merge pull request #46836 from den-crane/patch-64
Doc. Examples for DEFAULT/MATERIALIZED/EPHEMERAL/ALIAS
2023-02-26 00:26:11 +03:00
Robert Schulze
fbba9e319d
Merge branch 'master' into rs/periods-in-kafka-topics 2023-02-25 21:45:20 +01:00
Alexey Milovidov
d09025fc40
Merge pull request #46868 from DanRoscigno/add-prod-note
add note about prod install
2023-02-25 22:47:00 +03:00
Robert Schulze
cf062f0c5b
Small optimization of LIKE patterns with > 1 trailing %
Previously, LIKE pattern '%%%ab' became '.*.*ab'. Now, it becomes 'ab'
which is a bit faster (perhaps).

+ minor code cleanup + a minor doc update
2023-02-25 18:50:32 +00:00
Robert Schulze
2fd28b9eac
Merge pull request #46867 from ClickHouse/rs/escaping-docs
Fix escaping description in LIKE function docs
2023-02-25 18:44:20 +01:00
DanRoscigno
138a050e13 fix section name 2023-02-25 12:22:02 -05:00
DanRoscigno
ca06ad48e4 add note about prod install 2023-02-25 12:17:33 -05:00
Robert Schulze
01e7f41c79
Fix escaping descriptionn in LIKE function docs 2023-02-25 17:13:57 +00:00
Rich Raposa
6e2cec9ab6
Update tuple-map-functions.md 2023-02-25 10:03:32 -07:00
Robert Schulze
d74632cdb7
Minor fixup of string escaping syntax docs 2023-02-25 15:23:15 +00:00
rfraposa
25eb4053eb Update install.md 2023-02-24 11:26:37 -07:00
Denny Crane
95b701a37c
Update table.md 2023-02-24 13:17:30 -04:00
Denny Crane
9974f45ab0
Update table.md 2023-02-24 13:15:35 -04:00
Robert Schulze
b0abeefb74
Rectify string literals escaping docs
Cf. https://github.com/ClickHouse/ClickHouse/issues/46592#issuecomment-1437059603
2023-02-24 15:56:17 +00:00
Ilya Yatsishin
9fb24341e2
Update settings.md 2023-02-24 12:12:45 +01:00
Denny Crane
828b850335
Update from.md 2023-02-23 21:39:46 -04:00
Denny Crane
8851c268c2
Update from.md 2023-02-23 21:25:00 -04:00
Denny Crane
06a3c5598a
Update from.md 2023-02-23 21:21:36 -04:00
Denny Crane
55b3bffe59
Update settings.md 2023-02-23 21:15:31 -04:00
robot-clickhouse
dd3591cb9c Update version_date.tsv and changelogs after v22.11.6.44-stable 2023-02-23 22:07:08 +00:00
Rich Raposa
1c61d31856
Merge pull request #46800 from ClickHouse/rfraposa-patch-2
Update insert-into.md
2023-02-23 14:58:19 -07:00
Rich Raposa
25a759d8d1
Update insert-into.md
Fix the formatting
2023-02-23 14:41:45 -07:00