From fc550e4081b4c0c155398bb82bd1aea0d878265a Mon Sep 17 00:00:00 2001 From: Jerry Shao Date: Tue, 16 Jan 2024 09:44:40 +0800 Subject: [PATCH] Slightly change the comment --- .../main/java/com/datastrato/gravitino/file/FilesetCatalog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/datastrato/gravitino/file/FilesetCatalog.java b/api/src/main/java/com/datastrato/gravitino/file/FilesetCatalog.java index c97afb6ebc9..3054ea14517 100644 --- a/api/src/main/java/com/datastrato/gravitino/file/FilesetCatalog.java +++ b/api/src/main/java/com/datastrato/gravitino/file/FilesetCatalog.java @@ -93,7 +93,7 @@ Fileset alterFileset(NameIdentifier ident, FilesetChange... changes) /** * Drop a fileset from the catalog. * - *

The underlying files will be deleted if this fileset is managed, otherwise, only the + *

The underlying files will be deleted if this fileset type is managed, otherwise, only the * metadata will be dropped. * * @param ident A fileset identifier.