gortiz commented on code in PR #11404:
URL: https://github.com/apache/pinot/pull/11404#discussion_r1301620612
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##########
@@ -89,9 +90,9 @@ protected void setupTenants()
throws IOException {
}
- @Override
- protected boolean useMultiStageQueryEngine() {
- return true;
+ @BeforeTest
+ protected void beforeTest() {
+ setUseMultiStageQueryEngine(true);
Review Comment:
This test was incorrect. It was always running as multi stage while some
test actually call `setUseMultiStageQueryEngine` in order to do some things
with V1
--
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]