fhueske commented on a change in pull request #8064: [FLINK-7244] Add parquet
table source
URL: https://github.com/apache/flink/pull/8064#discussion_r292552638
##########
File path: flink-formats/flink-parquet/pom.xml
##########
@@ -49,6 +48,20 @@ under the License.
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-table-common</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
Review comment:
Add a comment that this dependency will not be needed once FLIP-32 is
completed (see `flink-orc` POM file)
----------------------------------------------------------------
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