Skip to content

Commit 808c4fd

Browse files
committed
fix
1 parent 88e1bd9 commit 808c4fd

File tree

1 file changed

+2
-2
lines changed
  • paimon-core/src/main/java/org/apache/paimon/catalog

1 file changed

+2
-2
lines changed

paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ void alterPartitions(Identifier identifier, List<PartitionStatistics> partitions
672672
* Auth table query select and filter.
673673
*
674674
* @param identifier path of the table to alter partitions
675-
* @param select projection fields
676-
* @param filter query filter
675+
* @param select selected fields
676+
* @param filter query filters
677677
* @throws TableNotExistException if the table does not exist
678678
*/
679679
void authTableQuery(Identifier identifier, List<String> select, List<String> filter)

0 commit comments

Comments
 (0)