sanpwc commented on code in PR #7053:
URL: https://github.com/apache/ignite-3/pull/7053#discussion_r2556750717
##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMvPartitionStorage.java:
##########
@@ -449,15 +449,15 @@ public AddWriteResult addWrite(
RowId rowId,
Review Comment:
We still have `table id` mention in the javadoc.
```
* For write-intents
* | Table ID (4 bytes, BE) | Partition ID (2 bytes, BE) | Row ID (16 bytes,
BE) |
```
--
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]