AzazelSensei opened a new pull request, #12721: URL: https://github.com/apache/gravitino/pull/12721
### What changes were proposed in this pull request? Documented `gravitino.iceberg-rest.jdbc.options` under Additional Iceberg Catalog Properties, with the PostgreSQL `plan_cache_mode=force_custom_plan` example. ### Why are the changes needed? The key already passes through to Iceberg's JDBC catalog. On a large PostgreSQL backend it is easy to miss, and namespace/table existence checks then sit on generic plans. Fix: #12492 ### Does this PR introduce any user-facing change? Docs only. No new property. ### How was this patch tested? Checked that `IcebergConfig.getIcebergCatalogProperties()` keeps unknown keys, so `jdbc.options` reaches the Iceberg JDBC catalog. -- 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]
