stevenzwu opened a new pull request, #17006:
URL: https://github.com/apache/iceberg/pull/17006

   ## Summary
   
   Backports the white-listed Catalog properties fix from `main` to `1.10.x` 
for the upcoming 1.10.3 release.
   
   - #16966 — `Flink: Backport Pass only white-listed Catalog properties to 
1.20,2.0` (touches `flink/v1.20` + `flink/v2.0`)
   - Additional commit: ports the same fix to `flink/v1.19`, which exists on 
`1.10.x` but was retired from `main` before either upstream commit landed.
   
   #16728 itself is not cherry-picked since it targets `flink/v2.1`, which does 
not exist on `1.10.x`.
   
   ## Notes
   
   - Minor conflicts in `flink/v1.20` and `flink/v2.0` 
`FlinkCreateTableOptions.java` were resolved by dropping only the 
`CATALOG_PROPS` option (the `use-dynamic-iceberg-sink` options that replaced it 
on `main` are not part of this fix and are not present on `1.10.x`).
   - The `flink/v1.19` port mirrors the `flink/v1.20` change file-for-file, 
adapted to v1.19's older Flink API (no other differences).
   
   ## 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]

Reply via email to