Skip to content

Commit

Permalink
Document exceptions in external format handling for arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlucaswolf committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0526779 commit cb753c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/sql/external/formats.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,9 @@ Format |`format` Option Value |Recognized File Extensions |Schema Inference? |De
[Apache Iceberg](#external-format-iceberg) |`'iceberg'` |Specified path must point to table directory |Yes |The [Apache Iceberg format](https://iceberg.apache.org/); version 1 and 2 are supported; version 3 is not supported
[Apache Arrow](#external-format-arrow) | `'arrowfile'`, `'arrowstream'` | `arrow`, `arrows` | No | The [Apache Arrow format](https://arrow.apache.org/) version 1.3 [with restrictions](#external-format-arrow)

:::caution
[Array Types](../datatype/array.md) can only be read from, but not written to, Apache Iceberg and Apache Parquet.
:::
## Format Options

Format options allow customizing the way the external format is read and

0 comments on commit cb753c0

Please sign in to comment.