danny0405 commented on code in PR #12206:
URL: https://github.com/apache/hudi/pull/12206#discussion_r1841398724
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -1039,13 +1109,14 @@ public final Stream<FileSlice>
getLatestMergedFileSlicesBeforeOrOn(String partit
public final Stream<FileSlice> getAllLogsMergedFileSliceBeforeOrOn(String
partitionStr, String maxInstantTime) {
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]