liuyan created FLINK-22905: ------------------------------ Summary: Versioned Table's SQL Script was missing a "," at Line 7 which yields Could not execute SQL statement ERROR Key: FLINK-22905 URL: https://issues.apache.org/jira/browse/FLINK-22905 Project: Flink Issue Type: Improvement Components: Documentation Affects Versions: 1.13.1, 1.13.0 Reporter: liuyan
Very minimal updates on the documentation https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/concepts/versioned_tables/ The Script to create a Versioned Table was missing a "," at Line 7 If any user copying this script and create their versioned table it will result below error [ERROR] Could not execute SQL statement. Reason: org.apache.flink.sql.parser.impl.ParseException: Encountered "WATERMARK" at line 7, column 3. Was expecting one of: ")" ... "," ... The proposed change is to add "," to Line 7 to correctly pass the semantic check -- This message was sent by Atlassian Jira (v8.3.4#803005)