dawidwys commented on a change in pull request #9261:  [FLINK-13399][table] 
Create two separate table uber jars for old and blink planners
URL: https://github.com/apache/flink/pull/9261#discussion_r308544193
 
 

 ##########
 File path: docs/dev/table/index.md
 ##########
 @@ -44,33 +44,48 @@ The following dependencies are relevant for most projects:
 * `flink-table-api-java-bridge`: The Table & SQL API with DataStream/DataSet 
API support using the Java programming language.
 * `flink-table-api-scala-bridge`: The Table & SQL API with DataStream/DataSet 
API support using the Scala programming language.
 * `flink-table-planner`: The table program planner and runtime.
-* `flink-table-uber`: Packages the modules above into a distribution for most 
Table & SQL API use cases. The uber JAR file `flink-table*.jar` is located in 
the `/opt` directory of a Flink release and can be moved to `/lib` if desired.
+* `flink-table-planner-blink`: The table program blink planner.
+* `flink-table-runtime-blink`: The table program blink runtime.
+* `flink-table-uber`: Packages the common modules above plus the current 
planner into a distribution for most Table & SQL API use cases. The uber JAR 
file `flink-table*.jar` is by default located in the `/lib` directory of a 
Flink release.
 
 Review comment:
   I renamed it delta the fact that when copying the uber jar we are stripping 
the `uber` suffix. This is the current behavior, which I adopted for the other 
uber jar as well.
   
   So I renamed it to `flink-table-VERSION.jar`

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