Skip to content

Commit

Permalink
Fix column name typo in Iceberg MV example
Browse files Browse the repository at this point in the history
  • Loading branch information
blvckcoffee authored and mosabua committed Feb 9, 2024
1 parent 123a9a6 commit 096cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ You can use the {ref}`iceberg-table-properties` to control the created storage
table and therefore the layout and performance. For example, you can use the
following clause with {doc}`/sql/create-materialized-view` to use the ORC format
for the data files and partition the storage per day using the column
`_date`:
`event_date`:

```
WITH ( format = 'ORC', partitioning = ARRAY['event_date'] )
Expand Down

0 comments on commit 096cbe2

Please sign in to comment.