Skip to content

Commit a62761a

Browse files
committed
spotless apply
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent 6782bd7 commit a62761a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ public void noPushDownForAggOnWindow() throws IOException {
147147

148148
@Test
149149
public void testRegexExplain() throws IOException {
150-
String query = "source=opensearch-sql_test_index_account | regex lastname='^[A-Z][a-z]+$' | head 5";
150+
String query =
151+
"source=opensearch-sql_test_index_account | regex lastname='^[A-Z][a-z]+$' | head 5";
151152
var result = explainQueryToString(query);
152153
String expected = loadExpectedPlan("explain_regex.json");
153154
assertJsonEqualsIgnoreId(expected, result);

0 commit comments

Comments
 (0)