fhueske commented on a change in pull request #6790: [FLINK-10487] [table] fix invalid Flink SQL example and add runnable SQL example for Java API URL: https://github.com/apache/flink/pull/6790#discussion_r222558278
########## File path: docs/dev/table/sql.md ########## @@ -80,7 +80,7 @@ val tableEnv = TableEnvironment.getTableEnvironment(env) val ds: DataStream[(Long, String, Integer)] = env.addSource(...) // SQL query with an inlined (unregistered) table -val table = ds.toTable(tableEnv, 'user, 'product, 'amount) Review comment: this syntax is supported in Scala due to implicit conversions. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
