[
https://issues.apache.org/jira/browse/FLINK-25162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728388#comment-17728388
]
Chesnay Schepler commented on FLINK-25162:
------------------------------------------
It seems that Java 17 requires it because, while HiveInputFormat doesn't
directly reference this particular orc class, it calls
OrcNoHiveColumnarRowInputFormat#createPartitionedFormat which has it in it's
signature.
> Flink : Connectors : Hive fails with VectorizedRowBatch not found
> ------------------------------------------------------------------
>
> Key: FLINK-25162
> URL: https://issues.apache.org/jira/browse/FLINK-25162
> Project: Flink
> Issue Type: Sub-task
> Reporter: Sergey Nuyanzin
> Priority: Major
>
> While compiling with jdk17
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project flink-connector-hive_2.12: Compilation failure
> [ERROR]
> flink/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/read/HiveInputFormat.java:[168,17]
> cannot access org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch
> [ERROR] class file for
> org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch not found
> [ERROR]
> [ERROR] -> [Help 1]
> [ERROR]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)