Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.13.1
Description
The create table example in the docs has an syntax error (extra comma after the opening bracket):
CREATE TABLE KafkaTable (,
`ts` TIMESTAMP(3) METADATA FROM 'timestamp',
`user_id` BIGINT,
`item_id` BIGINT,
`behavior` STRING
) WITH (
'connector' = 'kafka',
...
)
On executing in the FlinkSQL it produces an error:
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.sql.parser.impl.ParseException: Encountered "," at line 1, column 26.
Attachments
Issue Links
- links to