Skip to content

Commit

Permalink
Small fix to trigger PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
LuQQiu committed Jun 11, 2024
1 parent 7730220 commit d47b3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/core/src/main/java/com/lancedb/lance/Dataset.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public long latestVersion() {
/**
* Count the number of rows in the dataset.
*
* @return num of rows.
* @return num of rows
*/
public int countRows() {
try (LockManager.ReadLock readLock = lockManager.acquireReadLock()) {
Expand Down

0 comments on commit d47b3f3

Please sign in to comment.