snuyanzin commented on code in PR #37:
URL:
https://github.com/apache/flink-connector-hive/pull/37#discussion_r3312583583
##########
flink-connector-hive/pom.xml:
##########
@@ -44,6 +44,8 @@ under the License.
<hive.hadoop.version>2.10.2</hive.hadoop.version>
<hiverunner.version>4.0.0</hiverunner.version>
<reflections.version>0.9.8</reflections.version>
+ <!-- Hive uses illegal reflective access (StringInternUtils,
FunctionRegistry);
+ required on Java 17+ until upstream Hive removes
setAccessible calls. -->
Review Comment:
can you explain what this comment really means?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]