wenjin272 opened a new issue, #476: URL: https://github.com/apache/flink-agents/issues/476
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description `MemoryRef` is useful for passing large data across actions, which can reduce the event payload size and avoid unnecessary data SerDe. Currently, user should manually resolve the memory reference to get the pointed data, like `event.ref.resolve(ctx)`, which is a little bit inconvenient. We should support hidden the resolve process in framework. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
