David Phillips created ORC-662:
----------------------------------
Summary: Illegal reflective access in StringInternUtils on JDK 9+
Key: ORC-662
URL: https://issues.apache.org/jira/browse/ORC-662
Project: ORC
Issue Type: Bug
Reporter: David Phillips
{{StringInternUtils}} causes an illegal reflective access warning on JDK 9+.
{code:java}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.hadoop.hive.common.StringInternUtils
(file:/Users/dphillips/.m2/repository/org/apache/hive/hive-common/3.1.2/hive-common-3.1.2.jar)
to field java.net.URI.string
WARNING: Please consider reporting this to the maintainers of
org.apache.hadoop.hive.common.StringInternUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)