Skip to content

Commit aff7a74

Browse files
committed
Fix unlimited symbol
Signed-off-by: Heng Qian <qianheng@amazon.com>
1 parent a651fc0 commit aff7a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/util/MatcherUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ private static String cleanUpYaml(String s) {
460460
.replaceAll("\\$t?\\d+", "\\$FIELD_INDEX")
461461
.replaceAll(" needClean=true,", "")
462462
.replaceAll(" searchDone=false,", "")
463-
.replaceAll("\\?\\?\\?", "\\?");
463+
.replaceAll("", "?");
464464
}
465465

466466
private static String jsonToYaml(String json) {

0 commit comments

Comments
 (0)