rishii-19-works opened a new pull request, #3392:
URL: https://github.com/apache/polaris/pull/3392

   This PR adds support for attaching and propagating intermediate, 
request-scoped data across catalog generic table events.
   
   Following the approach proposed in #3391, the same event metadata instance 
is now reused between the corresponding before and after generic table events. 
This allows intermediate objects produced during request processing (for 
example, response payloads) to be shared with downstream event listeners 
without coupling listeners to API responses or re-deriving state.
   
   A focused test is included to verify that intermediate data attached during 
the before event is correctly available in the corresponding after event.
   
   This change addresses #3209 and keeps the scope intentionally minimal, 
limited to generic table load events, to establish a clear and extensible 
pattern for future event types.


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

Reply via email to