bowenli86 commented on a change in pull request #10565: [FLINK-15190][doc]add 
documentation for DDL in FLIP-69
URL: https://github.com/apache/flink/pull/10565#discussion_r357780401
 
 

 ##########
 File path: docs/dev/table/sql.md
 ##########
 @@ -1324,7 +1324,7 @@ MATCH_RECOGNIZE (
 
 ## DDL
 
-DDLs are specified with the `sqlUpdate()` method of the `TableEnvironment`. 
The method returns nothing for a success table creation. A `Table` can be 
register into the [Catalog](catalogs.html) with a `CREATE TABLE` statement, 
then can be referenced in SQL queries in method `sqlQuery()` of 
`TableEnvironment`.
+DDLs are specified with the `sqlUpdate()` method of the `TableEnvironment`. 
The method returns nothing for a success create/drop/alter database or table. A 
`Table` can be register into the [Catalog](catalogs.html) with a `CREATE TABLE` 
statement, then can be referenced in SQL queries in method `sqlQuery()` of 
`TableEnvironment`.
 
 Review comment:
   ```suggestion
   DDLs are specified with the `sqlUpdate()` method of the `TableEnvironment`. 
The method returns nothing for a success create/drop/alter database or table 
operation. A `CatalogTable` can be register into the [Catalog](catalogs.html) 
with a `CREATE TABLE` statement, then can be referenced in SQL queries in 
method `sqlQuery()` of `TableEnvironment`.
   ```

----------------------------------------------------------------
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

Reply via email to