xtern opened a new pull request, #7471:
URL: https://github.com/apache/ignite-3/pull/7471

   https://issues.apache.org/jira/browse/IGNITE-24995
   
   * Refactored `SharedState` from array-based to map-based storage (using 
`correlationId + fieldIndex` as a key). `SharedState` now stores individual 
field values instead of entire row.
   * Added single value network message wrappers (see `SharedStateMessage` and 
`SingleValueMessage`) to serialize values used by sql engine internally.
   * Added converter (`SharedStateMessageConverter`) from `SharedState` to 
`SharedStateMessage` and vice versa.
   


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