JingsongLi commented on a change in pull request #12:
URL: https://github.com/apache/flink-table-store/pull/12#discussion_r788380094



##########
File path: 
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/manifest/ManifestEntry.java
##########
@@ -38,6 +38,7 @@
     private final int bucket;
     private final int totalBuckets;
     private final SstFileMeta file;
+    private final Identifier identifier;

Review comment:
       I mean you can extract this class as method local variable. No need to 
be a class member here.




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