twalthr commented on a change in pull request #8984: [FLINK-13088][table-api] Support lazy query transformation & execution on TableEnvironment URL: https://github.com/apache/flink/pull/8984#discussion_r300558201
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java ########## @@ -53,6 +54,26 @@ @PublicEvolving public interface TableEnvironment { + /** + * Creates a table environment that is the entry point and central context for creating Table & SQL + * API programs. + * + * <p>It is unified for bounded and unbounded data processing. + * + * <p>A stream table environment is responsible for: Review comment: Wrong docs copy. Use the docs of the class. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services