jlalwani-amazon opened a new pull request, #40:
URL: https://github.com/apache/flink-connector-hive/pull/40

   ## What is the purpose of the change
   
   Fix broken CI: Flink 1.20.0 binary is no longer available on Apache download 
mirrors (only the latest patch release per minor version is hosted). Bump to 
1.20.3.
   
   Additionally, Flink 1.20.3 upgraded `parquet-hadoop` from 1.13.1 to 1.15.2. 
The parquet 1.15.x line includes multi-release JAR entries with Java 17/22 
class files under `META-INF/versions/`. The inherited 
`maven-shade-plugin:3.2.4` cannot process these, failing with `Unsupported 
class file major version 61`. Upgraded to 3.6.0.
   
   *JIRA: [FLINK-39640](https://issues.apache.org/jira/browse/FLINK-39640)*
   
   ## Brief change log
   
   - Bump `flink.version` from 1.20.0 to 1.20.3
   - Override `maven-shade-plugin` version to 3.6.0 (multi-release JAR support)
   - Update CI workflows to reference Flink 1.20.3 binary
   
   ## Verifying this change
   
   ```bash
   mvn clean install -DskipTests
   ```
   
   ## Does this pull request potentially affect one of the following parts?
   
   - Dependencies (does it add or upgrade a dependency): **yes** (Flink patch 
version bump, shade plugin upgrade)
   - The public API: **no**
   - The serializers: **no**
   - The runtime per-record code paths: **no**
   - Anything that affects deployment or recovery: **no**
   


-- 
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]

Reply via email to