twalthr commented on a change in pull request #16037:
URL: https://github.com/apache/flink/pull/16037#discussion_r644542377
##########
File path: flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml
##########
@@ -69,10 +69,56 @@ under the License.
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
</dependency>
+
+ <!-- hadoop deps to make the copied code compile -->
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-core</artifactId>
+ <version>2.8.2</version>
Review comment:
I leave this decision to the Hive experts. Fine with me.
--
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]