Skip to content

Commit

Permalink
Fix typo in Iceberg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oneonestar authored Jan 16, 2024
1 parent b6aff29 commit 81888ce
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 @@ -1144,7 +1144,7 @@ Retrieve all records that belong to a specific file using
```
SELECT *
FROM example.web.page_views
WHERE "$file_modified_time" = CAST('2022-07-01 01:02:03.456 UTC' AS TIMESTAMP WIOTH TIMEZONE)
WHERE "$file_modified_time" = CAST('2022-07-01 01:02:03.456 UTC' AS TIMESTAMP WITH TIME ZONE)
```

#### DROP TABLE
Expand Down

0 comments on commit 81888ce

Please sign in to comment.