tmgodinho commented on PR #7240:
URL: https://github.com/apache/ignite-3/pull/7240#issuecomment-3669846784
Hi @ptupitsyn, could you check if this is what you had in mind??
The RecordSupport class in the API is now a package-private.
In the Marshallers module, introduced a new RecordSupportInternal with the
necessary methods. This package is in `` to access the RecordSupport package
private methods. We could also do this using method handles and keep everything
in the same package as before.
Also added two tests one to the API the other in the marshallers module.
--
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]