Phillippko commented on code in PR #3615:
URL: https://github.com/apache/ignite-3/pull/3615#discussion_r1587168514
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/Storable.java:
##########
@@ -59,5 +67,27 @@ public interface Storable {
/**
* Returns I/O for handling this storable.
*/
- IoVersions<? extends AbstractDataPageIo<?>> ioVersions();
+ IoVersions<DataPageIo> ioVersions();
+
+ /** Returns a byte buffer that contains binary tuple data. */
Review Comment:
removed, moved `writeRowData `and `writeFragmentData` to storable
implementations
--
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]