tkalkirill commented on code in PR #1282:
URL: https://github.com/apache/ignite-3/pull/1282#discussion_r1009667020


##########
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:
   Can method `close()` be defined explicitly?
   This will get rid of warnings on the idea that we don't close the resource 
after it's been used.
   @sanpwc wdyt



-- 
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]

Reply via email to