Skip to content

Commit e920a1d

Browse files
authored
Correct javadoc text in generateOverlapQuery() (#1975)
* Fix javadoc warning: invalid input: '&' * Correct javadoc text in generateOverlapQuery()
1 parent 39226aa commit e920a1d

File tree

1 file changed

+4
-4
lines changed
  • persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc

1 file changed

+4
-4
lines changed

persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ static PreparedQuery generateVersionQuery() {
215215
}
216216

217217
/**
218-
* Generate a SELECT query to find any entities that have a given realm & parent and that may with
219-
* a given location. The check is performed without consideration for the scheme, so a path on one
220-
* storage type may give a false positive for overlapping with another storage type. This should
221-
* be combined with a check using `StorageLocation`.
218+
* Generate a SELECT query to find any entities that have a given realm & parent and that may
219+
* overlap with a given location. The check is performed without consideration for the scheme, so
220+
* a path on one storage type may give a false positive for overlapping with another storage type.
221+
* This should be combined with a check using `StorageLocation`.
222222
*
223223
* @param realmId A realm to search within
224224
* @param catalogId A catalog entity to search within

0 commit comments

Comments
 (0)