Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: add arrays to trino supported types in docs
Signed-off-by: ebolblga <kkochanovskiy@gmail.com>
  • Loading branch information
ebolblga committed Jun 3, 2025
commit dd118d6a506f06ec5abbac0cdedb83fa7e19d3e8
2 changes: 1 addition & 1 deletion docs/reference/data-sources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Below is a matrix indicating which data sources support which types.
| `float64` | yes | yes | yes | yes | yes | yes | yes | yes |
| `bool` | yes | yes | yes | yes | yes | yes | yes | yes |
| `timestamp` | yes | yes | yes | yes | yes | yes | yes | yes |
| array types | yes | yes | yes | no | yes | yes | no | no |
| array types | yes | yes | yes | no | yes | yes | yes | no |
4 changes: 2 additions & 2 deletions docs/reference/data-sources/trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These can be specified either by a table reference or a SQL query.
## Disclaimer

The Trino data source does not achieve full test coverage.
Please do not assume complete stability.
Please do not assume complete stability.

## Examples

Expand All @@ -30,5 +30,5 @@ The full set of configuration options is available [here](https://rtd.feast.dev/

## Supported Types

Trino data sources support all eight primitive types, but currently do not support array types.
Trino data sources support all eight primitive types and their corresponding array types.
For a comparison against other batch data sources, please see [here](overview.md#functionality-matrix).