llama90 commented on code in PR #42093:
URL: https://github.com/apache/arrow/pull/42093#discussion_r1642887354
##########
java/tools/src/test/java/org/apache/arrow/tools/TestIntegration.java:
##########
@@ -342,8 +339,8 @@ public void testInvalid() throws Exception {
integration.run(args3);
fail("should have failed");
} catch (IllegalArgumentException e) {
- assertTrue(e.getMessage(), e.getMessage().contains("Different values in
column"));
- assertTrue(e.getMessage(), e.getMessage().contains("999"));
+ assertTrue(e.getMessage().contains("Different values in column"),
e.getMessage());
Review Comment:
I fixed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]