You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/30 13:35:57 UTC

[GitHub] hequn8128 commented on a change in pull request #7587: [FLINK-11064] [table] Setup a new flink-table module structure

hequn8128 commented on a change in pull request #7587: [FLINK-11064] [table] Setup a new flink-table module structure
URL: https://github.com/apache/flink/pull/7587#discussion_r252255669
 
 

 ##########
 File path: flink-table/flink-table-planner/pom.xml
 ##########
 @@ -22,13 +22,18 @@ under the License.
 
 	<parent>
 		<groupId>org.apache.flink</groupId>
-		<artifactId>flink-libraries</artifactId>
+		<artifactId>flink-table</artifactId>
 		<version>1.8-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
-	<artifactId>flink-table_${scala.binary.version}</artifactId>
-	<name>flink-table</name>
+	<artifactId>flink-table-planner_${scala.binary.version}</artifactId>
+	<name>flink-table-planner</name>
+	<description>
+		This module bridges Table/SQL API and runtime. It contains
+		all resources that are required during pre-flight and runtime
+		phase.
+	</description>
 
 Review comment:
   Could we remove `flink-table-common` dependency in this file? It has already been included by `flink-table-api-java-bridge`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services