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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/RocksDbBasedFileSystemView.java:
##########
@@ -553,6 +553,10 @@ protected void removeReplacedFileIdsAtInstants(Set<String> 
instants) {
     );
   }
 
+  protected boolean hasReplacedFilesInPartition(String partitionPath) {
+    throw new 
UnsupportedOperationException("isReplacedFileExistWithinSpecifiedPartition() is 
not supported for RocksDbBasedFileSystemView!");

Review Comment:
   We must support it correctly. Actually there is no need to override it.



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