Github user sunjincheng121 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4012#discussion_r119070529
  
    --- Diff: docs/dev/table/common.md ---
    @@ -98,374 +89,767 @@ env.execute("Your Query")
     </div>
     </div>
     
    +**Note:** Table API and SQL queries can be easily integrated with and 
embedded into DataStream or DataSet programs. Have a look a the [Integration 
with DataStream and DataSet API](#integration-with-datastream-and-dataset-api) 
section to learn how DataStreams and DataSets can be converted into Tables and 
vice versa.
    +
     {% top %}
     
     Create a TableEnvironment
     -------------------------
     
    -A `Table` is always bound to a specific `TableEnvironment`. It is not 
possible to combine Tables of different TableEnvironments.
    +The `TableEnvironment` is a central concept of the Table API and SQL 
integration. It is responsible for:
    +* Registering a `Table` in the internal catalog
    +* Registering an external catalog 
    --- End diff --
    
    
    The format need modify because I have builded the docs, And see the format 
as follows:
    
    The TableEnvironment is a central concept of the Table API and SQL 
integration. It is responsible for: * Registering a Table in the internal 
catalog * Registering an external catalog * Executing SQL queries * Registering 
a user-defined (scalar, table, or aggregation) function * Converting a 
DataStream or DataSet into a Table * Holding a reference to an 
ExecutionEnvironment or StreamExecutionEnvironment
    -
    We want:
    * Registering a Table in the internal catalog
    * Registering an external catalog
    * Executing SQL queries
    * xxx
    Right?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to