danny0405 commented on code in PR #18812:
URL: https://github.com/apache/hudi/pull/18812#discussion_r3377587088
##########
pom.xml:
##########
@@ -2846,7 +2846,11 @@
<flink.connector.kafka.version>4.0.1-2.0</flink.connector.kafka.version>
<orc.flink.version>1.5.6</orc.flink.version>
<flink.avro.version>1.11.4</flink.avro.version>
- <flink.format.parquet.version>1.15.2</flink.format.parquet.version>
+ <!-- Parquet 1.16.0 is required for VARIANT logical-type annotation
support
+ (GH-2943: parquet-java dropped Hadoop-2 in 1.16.0, so Hadoop >=
3.3.0 is also required). -->
+ <flink.format.parquet.version>1.16.0</flink.format.parquet.version>
+ <parquet.version>1.16.0</parquet.version>
+ <hadoop.version>3.3.0</hadoop.version>
Review Comment:
can we just add a `flink.hadoop.version` to avoid the impact to other
modules.
--
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]