Skip to content

Commit

Permalink
[apache#1339] feat(table): Add index for tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearvive authored and Clearvive committed Jan 19, 2024
1 parent 7db2222 commit 771a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/com/datastrato/gravitino/rel/Table.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ default Distribution distribution() {
return Distributions.NONE;
}

/** @return The indexes of the table. If no indexes are specified, Indexes.NONE is returned. */
/** @return The indexes of the table. If no indexes are specified, Indexes.EMPTY_INDEXES is returned. */
default Index[] index() {
return Indexes.EMPTY_INDEXES;
}
Expand Down

0 comments on commit 771a6da

Please sign in to comment.