This is an automated email from the ASF dual-hosted git repository.
emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new e920a1d86 Correct javadoc text in generateOverlapQuery() (#1975)
e920a1d86 is described below
commit e920a1d861f1a398c3ff425c6c6d37b1cdfeeec0
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Mon Jun 30 16:04:20 2025 -0400
Correct javadoc text in generateOverlapQuery() (#1975)
* Fix javadoc warning: invalid input: '&'
* Correct javadoc text in generateOverlapQuery()
---
.../polaris/persistence/relational/jdbc/QueryGenerator.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java
b/persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java
index 0e7ea5630..c6bad0a1c 100644
---
a/persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java
+++
b/persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java
@@ -215,10 +215,10 @@ public class QueryGenerator {
}
/**
- * Generate a SELECT query to find any entities that have a given realm &
parent and that may with
- * a given location. The check is performed without consideration for the
scheme, so a path on one
- * storage type may give a false positive for overlapping with another
storage type. This should
- * be combined with a check using `StorageLocation`.
+ * Generate a SELECT query to find any entities that have a given realm
& parent and that may
+ * overlap with a given location. The check is performed without
consideration for the scheme, so
+ * a path on one storage type may give a false positive for overlapping with
another storage type.
+ * This should be combined with a check using `StorageLocation`.
*
* @param realmId A realm to search within
* @param catalogId A catalog entity to search within