kfaraz commented on code in PR #18807:
URL: https://github.com/apache/druid/pull/18807#discussion_r2588421340
##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/query/QueryTestBase.java:
##########
@@ -63,7 +64,7 @@ public abstract class QueryTestBase extends
EmbeddedClusterTestBase
/**
* Hook for the additional setup that needs to be done before all tests.
*/
- protected void beforeAll()
+ protected void beforeAll() throws IOException
Review Comment:
Maybe generalize to just have `throws Exception`.
--
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]