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

   Setting Glue catalog ID at every call site is error-prone - new request 
types can silently miss it. 
   
   This introduces GlueCatalogIdInterceptor registered on the GlueClient 
builder, which injects the catalog ID into every outgoing Glue request 
automatically, replacing ~17 scattered `.catalogId()` call sites. The 
interceptor throws on unknown request types to catch gaps at the source.
   
   - Relates to #16873


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