fhueske commented on a change in pull request #10078: [FLINK-14486][table-api, 
docs] Update documentation regarding Temporary Objects
URL: https://github.com/apache/flink/pull/10078#discussion_r343181923
 
 

 ##########
 File path: docs/dev/table/catalogs.md
 ##########
 @@ -124,7 +123,7 @@ Metadata from catalogs that are not the current catalog 
are accessible by provid
 <div class="codetabs" markdown="1">
 <div data-lang="Java/Scala" markdown="1">
 {% highlight java %}
-tableEnv.scan("not_the_current_catalog", "not_the_current_db", "my_table");
+tableEnv.from("not_the_current_catalog", "not_the_current_db", "my_table");
 
 Review comment:
   `from()` expects a single `String` with the address components separated by 
`.`

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

Reply via email to