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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -436,30 +431,7 @@ private List<StoragePathInfo> 
getAllFilesInPartition(String relativePartitionPat
    * @param partition partition to be loaded if not present
    */
   protected void ensurePartitionLoadedCorrectly(String partition) {
-
-    ValidationUtils.checkArgument(!isClosed(), "View is already closed");

Review Comment:
   Let's keep as it is, the metadata fetch and the debug msg are somehow 
diffent, one thing we can do is moving these two methods together.



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