ibessonov commented on a change in pull request #405:
URL: https://github.com/apache/ignite-3/pull/405#discussion_r749079985
##########
File path:
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java
##########
@@ -116,17 +119,20 @@
*
* @param tablePath Path for the directory that stores table data.
* @param tableCfg Table configuration.
+ * @param engine Storage engine.
* @param dataRegion Data region for the table.
* @param indexComparatorFactory Comparators factory for indexes.
*/
public RocksDbTableStorage(
Path tablePath,
TableConfiguration tableCfg,
+ RocksDbStorageEngine engine,
Review comment:
Done
--
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]