lasdf1234 commented on code in PR #12751:
URL: https://github.com/apache/gravitino/pull/12751#discussion_r3903878199


##########
core/src/main/java/org/apache/gravitino/catalog/EntityCombinedFileset.java:
##########
@@ -57,8 +59,16 @@ public static EntityCombinedFileset of(Fileset fileset) {
     return new EntityCombinedFileset(fileset, null);
   }
 
-  public EntityCombinedFileset withHiddenProperties(Set<String> 
hiddenProperties) {
-    this.hiddenProperties = hiddenProperties != null ? hiddenProperties : 
Collections.emptySet();
+  public EntityCombinedFileset withHiddenProperties(
+      Map.Entry<Set<String>, Set<String>> classified) {

Review Comment:
   Thank you very much for your valuable review.
   The 'withHiddenProperties' method is used in the FilesetOperationDispatcher 
class. However, this class has not been modified, so it was not found in the PR.



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