sjwiesman commented on a change in pull request #9362: [FLINK-13354] [docs] Add 
documentation for how to use blink planner
URL: https://github.com/apache/flink/pull/9362#discussion_r310677684
 
 

 ##########
 File path: docs/dev/table/common.md
 ##########
 @@ -768,11 +856,36 @@ A Table API or SQL query is translated when:
 
 Once translated, a Table API or SQL query is handled like a regular DataStream 
or DataSet program and is executed when `StreamExecutionEnvironment.execute()` 
or `ExecutionEnvironment.execute()` is called.
 
+{% endhighlight %}
+</div>
+
+<div data-lang="Blink planner" markdown="1">
+{% highlight java %}
+Table API and SQL queries are translated into [DataStream]({{ site.baseurl 
}}/dev/datastream_api.html) program whether their input is a streaming or batch 
input. A query is internally represented as a logical query plan and is 
translated in two phases: 
+
+1. optimization of the logical plan, 
+2. translation into a DataStream program.
 
 Review comment:
   ```suggestion
   2. Translation into a DataStream program
   ```

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