FrankChen021 commented on code in PR #18067:
URL: https://github.com/apache/druid/pull/18067#discussion_r2123876831
##########
integration-tests/src/test/java/org/apache/druid/tests/query/ITSqlQueryTest.java:
##########
@@ -133,10 +143,10 @@ private void assertEquals(String expected, String actual)
}
}
- private void assertEquals(int expected, int actual)
+ private void assertEquals(int expected, int actual, String message)
Review Comment:
You're right, we can use testNG's Assert.
Previously my IDE suggested me to use JUnit's Assert which is not part of
the IT module, so I had to add this method
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]