Skip to content

Commit 8a45561

Browse files
committed
Change expr to statement
1 parent 3dd2887 commit 8a45561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/fusion/handlers/iceberg_materialized_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CreateIcebergMaterializedView(SQLHandler):
4444
_link_creds = CREDENTIALS '<link-creds>'
4545
4646
# Where clause
47-
where = WHERE <expr>
47+
where = WHERE <statement>
4848
4949
Description
5050
-----------

0 commit comments

Comments
 (0)