jlalwani-amazon opened a new pull request, #41: URL: https://github.com/apache/flink-connector-hive/pull/41
## What is the purpose of the change Replace all usages of the deprecated `CatalogTable.of(schema, comment, partitionKeys, options)` with the new builder API `CatalogTable.newBuilder().schema(s).comment(c).partitionKeys(p).options(o).build()`. `CatalogTable.of()` is deprecated and will be removed in Flink 2.0 GA. *JIRA: [FLINK-39657](https://issues.apache.org/jira/browse/FLINK-39657)* ## Brief change log - Migrate all 43 call sites across 15 files (main source + tests) - No behavioral changes — pure API migration ## Verifying this change CI passed on fork: https://github.com/jlalwani-amazon/flink-connector-hive/actions ```bash mvn compile test-compile -pl flink-connector-hive -am ``` ## Does this pull request potentially affect one of the following parts? - Dependencies: **no** - 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]
