From 81888cefa54cd6b57e16942206af5ab6585309f1 Mon Sep 17 00:00:00 2001 From: oneonestar Date: Tue, 16 Jan 2024 10:08:24 +0900 Subject: [PATCH] Fix typo in Iceberg docs --- docs/src/main/sphinx/connector/iceberg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/connector/iceberg.md b/docs/src/main/sphinx/connector/iceberg.md index 869be0bbafd9..5d0efe272aad 100644 --- a/docs/src/main/sphinx/connector/iceberg.md +++ b/docs/src/main/sphinx/connector/iceberg.md @@ -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