[
https://issues.apache.org/jira/browse/FLINK-23157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HanWei updated FLINK-23157:
---------------------------
Summary: Fix missing comma in SQL example in "Versioned Vies" page (was:
Fix missing comma in SQL example in "Versioned Table" page)
> Fix missing comma in SQL example in "Versioned Vies" page
> ---------------------------------------------------------
>
> Key: FLINK-23157
> URL: https://issues.apache.org/jira/browse/FLINK-23157
> Project: Flink
> Issue Type: Improvement
> Components: Documentation, Table SQL / API
> Affects Versions: 1.13.0, 1.13.1
> Reporter: HanWei
> Priority: Minor
> Fix For: 1.13.2
>
>
> Very minimal updates on the documentation
> [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/concepts/versioned_tables/#versioned-table-views]
> The Script to create a Versioned View was missing a "," at Line 3
> If any user copying this script and create their versioned view it will
> result below error
> [ERROR] Could not execute SQL statement. Reason:
> org.apache.flink.sql.parser.impl.ParseException: Encountered "update_time" at
> line 4, column 2.
> Was expecting one of:
> "CONSTRAINT" ...
> "NOT" ...
> ...
>
> The proposed change is to add "," to Line 3 to correctly pass the semantic
> check
--
This message was sent by Atlassian Jira
(v8.3.4#803005)