[jira] [Created] (FLINK-22948) Scala example for toDataStream does not compile

Posted by Shang Yuanchun (Jira) on
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Created-FLINK-22948-Scala-example-for-toDataStream-does-not-compile-tp51287.html

David Anderson created FLINK-22948:
--------------------------------------

             Summary: Scala example for toDataStream does not compile
                 Key: FLINK-22948
                 URL: https://issues.apache.org/jira/browse/FLINK-22948
             Project: Flink
          Issue Type: Bug
          Components: Documentation, Table SQL / API
    Affects Versions: 1.13.1
            Reporter: David Anderson


The scala example at [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/data_stream_api/#examples-for-todatastream] does not compile – {{User.class}} should be {{classOf[User]}}.

It would also be better to show the table DDL as

{{tableEnv.executeSql(}}
{{  """}}
{{  CREATE TABLE GeneratedTable (}}
{{    name STRING,}}
{{    score INT,}}
{{    event_time TIMESTAMP_LTZ(3),}}
{{    WATERMARK FOR event_time AS event_time - INTERVAL '10' SECOND}}
{{  )}}
{{  WITH ('connector'='datagen')}}
{{  """}}
{{)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)