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/06/20 17:57:10 UTC

[GitHub] [flink] xuefuz commented on a change in pull request #8809: [FLIN-12663]Implement HiveTableSource to read Hive tables

xuefuz commented on a change in pull request #8809: [FLIN-12663]Implement HiveTableSource to read Hive tables
URL: https://github.com/apache/flink/pull/8809#discussion_r295926803
 
 

 ##########
 File path: flink-connectors/flink-connector-hive/pom.xml
 ##########
 @@ -60,6 +60,13 @@ under the License.
 			<scope>provided</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-table-api-java-bridge_2.11</artifactId>
+			<version>1.9-SNAPSHOT</version>
 
 Review comment:
   This should be replaced with project.version.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services