godfreyhe commented on a change in pull request #9362: [FLINK-13354] [docs] Add
documentation for how to use blink planner
URL: https://github.com/apache/flink/pull/9362#discussion_r314573828
##########
File path: docs/dev/table/common.md
##########
@@ -331,6 +407,8 @@ table_env.register_table_source("csvTable", csv_source)
</div>
</div>
+**Note:** A `TableEnvironment` used for Blink planner only accepts
`StreamTableSource` and `LookupableTableSource`, and a `StreamTableSource` used
for Blink batch job must be bounded.
Review comment:
sure
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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