gortiz opened a new pull request, #13817: URL: https://github.com/apache/pinot/pull/13817
This PR adds some improvements on `FluentQueryTest`. Specifically javadoc has been added to (almost) all methods and two new ways to use the framework have been added: 1. `FluentQueryTest.open()`, which returns a `FluentQueryTest.Closeable` that can be used in try-with-resources manner. 2. `FluentQueryTest.test(Consumer<FluentQueryTest>)` that can be used with a consumer (usually a lambda). These two ways are equivalent to the normal one, but they manage the temporal directory by their own, removing the requirement of creating and removing a file in the test (which usually means to create `@BeforeClass` and `@AfterClass` methods). -- 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]
