Skip to content

Commit 9e84832

Browse files
committed
fix IT
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent e185930 commit 9e84832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,9 +1104,9 @@ public void testExplainPushDownScriptsContainingUDT() throws IOException {
11041104
"source=%s | where cidrmatch(host, '0.0.0.0/24') | fields host",
11051105
TEST_INDEX_WEBLOGS)));
11061106

1107-
assertYamlEqualsJsonIgnoreId(
1107+
assertYamlEqualsIgnoreId(
11081108
loadExpectedPlan("explain_agg_script_timestamp_push.yaml"),
1109-
explainQueryToString(
1109+
explainQueryYaml(
11101110
String.format(
11111111
"source=%s | eval t = unix_timestamp(birthdate) | stats count() by t | sort t |"
11121112
+ " head 3",

0 commit comments

Comments
 (0)