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

    https://github.com/apache/flink/pull/1917#discussion_r60471750
  
    --- Diff: docs/apis/batch/libs/table.md ---
    @@ -419,8 +438,8 @@ Only the types `LONG` and `STRING` can be casted to 
`DATE` and vice versa. A `LO
     SQL
     ----
     The Table API also supports embedded SQL queries.
    -In order to use a `Table` or `DataSet` in a SQL query, it has to be 
registered in the `TableEnvironment`, using a unique name.
    -A registered `Table` can be retrieved back from the `TableEnvironment` 
using the `scan()` method:
    +In order to use a `Table`, `DataSet`, or `DataStream` in a SQL query, it 
has to be registered in the `TableEnvironment`, using a unique name.
    +A registered Dataset `Table` can be retrieved back from the 
`TableEnvironment` using the `scan()` method:
    --- End diff --
    
    Add a sentence about the `ingest()` method.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to