stevenzwu opened a new pull request, #17005: URL: https://github.com/apache/iceberg/pull/17005
## Summary Backports two fixes from `main` to `1.11.x` for the upcoming 1.11.1 release: - #16728 — `Flink: SQL: Pass only white-listed Catalog properties for Table LIKE` (touches `flink/v2.1`) - #16966 — `Flink: Backport Pass only white-listed Catalog properties to 1.20,2.0` (touches `flink/v1.20` + `flink/v2.0`) Together these cover all three Flink modules on `1.11.x` (`flink/v1.20`, `flink/v2.0`, `flink/v2.1`). ## Notes One minor conflict in `flink/v2.0/.../TestFlinkCatalogTable.java` imports (an `IntervalFreshness` import that only exists on `main`'s post-`CatalogMaterializedTable` code) was resolved by keeping only the security-fix-relevant change. ## Test plan - [ ] CI green on all three Flink 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
