sergeyuttsel commented on code in PR #1282:
URL: https://github.com/apache/ignite-3/pull/1282#discussion_r1021199122
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvTableStorage.java:
##########
@@ -36,7 +36,7 @@
/**
* Table storage that contains meta, partitions and SQL indexes.
*/
-public interface MvTableStorage {
+public interface MvTableStorage extends AutoCloseable {
Review Comment:
Fixed.
--
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]