Skip to content

Commit b60ba30

Browse files
authored
TPCH: Try to improve logging for invalid values (#5111)
* Another TCPH fix: Wait for all shards Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Set replicas to 0 for integ test mappings by default Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add more ctx to a comment Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Maybe more debugging in matcher utils? Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
1 parent 18b1610 commit b60ba30

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

329329
@Override
330330
public void describeTo(Description description) {
331-
description.appendText(String.join(",", Arrays.asList().toString()));
331+
description.appendText(Arrays.toString(values));
332332
}
333333

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

0 commit comments

Comments
 (0)