FrankChen021 commented on code in PR #18067:
URL: https://github.com/apache/druid/pull/18067#discussion_r2123702617
##########
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:
It's needed for troubleshooting from the log to understand what's returned
from server in case of test failure
--
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]