We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e185930 commit 9e84832Copy full SHA for 9e84832
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java
@@ -1104,9 +1104,9 @@ public void testExplainPushDownScriptsContainingUDT() throws IOException {
1104
"source=%s | where cidrmatch(host, '0.0.0.0/24') | fields host",
1105
TEST_INDEX_WEBLOGS)));
1106
1107
- assertYamlEqualsJsonIgnoreId(
+ assertYamlEqualsIgnoreId(
1108
loadExpectedPlan("explain_agg_script_timestamp_push.yaml"),
1109
- explainQueryToString(
+ explainQueryYaml(
1110
String.format(
1111
"source=%s | eval t = unix_timestamp(birthdate) | stats count() by t | sort t |"
1112
+ " head 3",
0 commit comments