jackjlli commented on code in PR #9657:
URL: https://github.com/apache/pinot/pull/9657#discussion_r1005050198


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##########
@@ -132,6 +132,9 @@ protected void testQuery(String pinotQuery, String h2Query)
   @AfterClass
   public void tearDown()
       throws Exception {
+    // Setting data table version back
+    
DataTableBuilderFactory.setDataTableVersion(DataTableBuilderFactory.DEFAULT_VERSION);

Review Comment:
   Do we need to set the following to the `setUp` method of this integration 
test class as well?
   ```
       // Setting data table version to 4
       DataTableBuilderFactory.setDataTableVersion(DataTableFactory.VERSION_4);
   ```



-- 
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]

Reply via email to