danny0405 commented on code in PR #12206:
URL: https://github.com/apache/hudi/pull/12206#discussion_r1841398914


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -987,13 +1051,17 @@ private Option<FileSlice> 
getLatestFileSliceFilteringUncommittedFiles(Stream<Fil
   public final Map<String, Stream<FileSlice>> 
getAllLatestFileSlicesBeforeOrOn(String maxCommitTime) {
     try {
       readLock.lock();
+      HoodieTableVersion version = 
metaClient.getTableConfig().getTableVersion();

Review Comment:
   This is not used.



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