twalthr 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_r308300945
########## 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: What does "common modules above" mean? Maybe "Packages the API plus the old planner and runtime?" ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
