JinkunLiu opened a new pull request, #950:
URL: https://github.com/apache/flink-agents/pull/950

   <!--
   * Thank you very much for contributing to Flink Agents.
   * Please add the relevant components in the PR title. E.g., [api], 
[runtime], [java], [python], [hotfix], etc.
   -->
   
   <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this. 
-->
   Linked issue: #476
   
   ### Purpose of change
   Add event attachments with automatic MemoryRef wrapping and resolution
   <!-- What is the purpose of this change? -->
   
   ### Tests
   <!-- How is this change verified? -->
   - Java and Python unit tests for resolving and restoring event attachments.
   - Event serialization and deserialization tests.
   - Cross-language snapshot tests covering Java-to-Python and Python-to-Java 
event conversion.
   - End-to-end tests covering actions that consume and produce MemoryRef 
attachments.
   
   
   ### API
   <!-- Does this change touches any public APIs? -->
   - Add public APIs for event attachments in both Java and Python
   - Add JSON serialization/deserialization support to MemoryRef.
   
   
   ### Documentation
   
   <!-- Do not remove this section. Check the proper box only. -->
   
   - [x] `doc-needed` <!-- Your PR changes impact docs --> 
   Add docs after review~
   - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-included` <!-- Your PR already contains the necessary 
documentation updates -->
   


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