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_r252527514
 
 

 ##########
 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:
   Make sense. Thanks for the explanation.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to