You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strip empty _source excludes from explain fixtures and docs
OpenSearch 3.7's FetchSourceContext no longer emits "excludes":[] when
the list is empty. Sweep remaining fixtures (expectedOutput/**, legacy
explain fixtures, yamlRestTest) and user docs to drop the stale field
so textual comparisons match the new server output.
YAML fixtures using `|` literal block style (most calcite/*) apply
cleanly; a few legacy ppl/*.yaml fixtures that use folded double-quoted
strings may need fold-offset regeneration once those ITs surface.
Signed-off-by: Kai Huang <ahkcs@amazon.com>
0 commit comments