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

   Backport of #16205.
   
   Clean backport with a single exception:
   ```
         // `type` option is filtered out by Flink
         // 
https://github.com/apache/flink/blob/edc3d68736de73665440f4313ddcfd9142d8d42b/flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/FactoryUtil.java#L378
         Map<String, String> filteredOptions = Maps.newHashMap(config);
         filteredOptions.remove(CommonCatalogOptions.CATALOG_TYPE.key());
   ```
   
   The snippet above doesn't apply for Flink 1.20, so it is removed.


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