Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/user/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
languageCode = "en-us"
title = "Materialize Documentation"
pygmentsCodeFences = true
pygmentsUseClasses = true
Expand All @@ -13,6 +12,11 @@ bannerLink = ""
[frontmatter]
publishDate = ["publishDate"]

[languages]
[languages.en]
locale = "en-us" # Replaces deprecated languageCode
label = "English"
weight = 1
#
# Get started
#
Expand Down
6 changes: 1 addition & 5 deletions doc/user/content/sql/copy-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ Supported PARQUET compression formats
- zstd
- lz4

{{< comment >}}
TODO:

- Text can be imported as text or JSON/JSONB or a map.. do we document casting rules/make a whole section for casting?
{{< /comment >}}
[//]: # "TODO: - Text can be imported as text or JSON/JSONB or a map.. do we document casting rules/make a whole section for casting?"

| [Arrow type](https://github.com/apache/arrow/blob/main/format/Schema.fbs) | [Parquet primitive type](https://parquet.apache.org/docs/file-format/types/) | [Parquet logical type](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md) | Materialize type |
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
Expand Down
Loading