aglinxinyuan opened a new issue, #4487:
URL: https://github.com/apache/texera/issues/4487

   ### Task Summary
   
   This issue refactors State into a plain dictionary/map with JSON-based 
serialization shared by Python and Scala/Java.
   
   Design goals:
   
   - simplify State so it is just key-value data instead of a custom object 
with extra semantics
   - make the serialized format readable on both Python and Scala/Java sides
   - support handling multiple state messages in the same stream/table path, 
instead of assuming only one state
   
   This issue only covers in-memory / transport-side state design changes.
   
   ### Priority
   
   P2 – Medium
   
   ### Task Type
   
   - [x] Code Implementation
   - [ ] Documentation
   - [x] Refactor / Cleanup
   - [ ] Testing / QA
   - [ ] DevOps / Deployment


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