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
Copy file name to clipboardExpand all lines: sandbox/plugins/analytics-backend-datafusion/src/test/java/org/opensearch/be/datafusion/DatafusionResultStreamTests.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
importjava.nio.file.Files;
19
19
importjava.nio.file.Path;
20
20
importjava.util.Iterator;
21
+
importjava.util.Locale;
21
22
importjava.util.NoSuchElementException;
22
23
importjava.util.concurrent.CompletableFuture;
23
24
@@ -156,9 +157,9 @@ public void onFailure(Exception e) {
156
157
assertNotNull("Native error should propagate", ex.getCause());
157
158
assertTrue(
158
159
"Error should mention substrait/decode failure, got: " + ex.getCause().getMessage(),
0 commit comments