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 0e7ea56307..c6bad0a1c5 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 @@ static PreparedQuery generateVersionQuery() { } /** - * 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