Skip to content

Commit 67d4819

Browse files
committed
Remove em dashes from added comments
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
1 parent d6ab5a5 commit 67d4819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/sql/VectorSearchIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public void testExecutionWithoutKnnPluginReturnsCapabilityError() throws IOExcep
362362
+ "', field='embedding', vector='[1.0, 2.0]', option='k=5') AS v "
363363
+ "LIMIT 5"));
364364

365-
// Lock in the full user-facing sentence, not just loose substrings — the exact wording is
365+
// Lock in the full user-facing sentence, not just loose substrings. The exact wording is
366366
// part of the contract and regressions should fail loudly rather than keep passing on a
367367
// subtly reworded message.
368368
assertThat(
@@ -691,7 +691,7 @@ public void testExplainOverAliasWithMultipleBackingIndices() throws IOException
691691
// k-NN accepts the alias at execution is a separate concern tested on a k-NN-enabled
692692
// cluster.
693693
// Randomized names so a stale alias/index left by an aborted prior run of this class does
694-
// not shadow a fresh setup a concrete risk on local reruns.
694+
// not shadow a fresh setup, which is a concrete risk on local reruns.
695695
String suffix = java.util.UUID.randomUUID().toString().replace("-", "").substring(0, 8);
696696
String idx1 = "vector_alias_backing_1_" + suffix;
697697
String idx2 = "vector_alias_backing_2_" + suffix;

0 commit comments

Comments
 (0)