Skip to content

Commit 609a636

Browse files
TPCH: Try to improve logging for invalid values (#5111) (#5121)
* Another TCPH fix: Wait for all shards * Set replicas to 0 for integ test mappings by default * Add more ctx to a comment * Maybe more debugging in matcher utils? --------- (cherry picked from commit b60ba30) Signed-off-by: Simeon Widdis <sawiddis@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fb3d37f commit 609a636

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
@@ -297,7 +297,7 @@ protected boolean matchesSafely(JSONArray item) {
297297

298298
@Override
299299
public void describeTo(Description description) {
300-
description.appendText(String.join(",", Arrays.asList().toString()));
300+
description.appendText(Arrays.toString(values));
301301
}
302302

303303
private boolean valuesAreClose(Number v1, Number v2) {

0 commit comments

Comments
 (0)