Skip to content

Commit ef9321a

Browse files
committed
Update LakehouseFlushMetadataCacheProcedure.java
1 parent 081b737 commit ef9321a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/trino-lakehouse/src/main/java/io/trino/plugin/lakehouse/procedures/LakehouseFlushMetadataCacheProcedure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import static java.util.Objects.requireNonNull;
3131

3232
/**
33-
* A procedure that registers a table in the metastore.
33+
* A procedure that flushes the metadata cache for a table or a specific partition of a table.
3434
* <p>
3535
* It is delegated to the appropriate underlying procedure based on the table type.
3636
* Currently, it supports Delta Lake and Hive table types.

0 commit comments

Comments
 (0)