Indhumathi27 commented on code in PR #4264:
URL: https://github.com/apache/carbondata/pull/4264#discussion_r873388120


##########
integration/flink/src/test/scala/org/apache/carbon/flink/TestCarbonPartitionWriter.scala:
##########
@@ -335,7 +335,7 @@ class TestCarbonPartitionWriter extends QueryTest with 
BeforeAndAfterAll {
       }
       assert(tables.exists(_.identifier.table.equalsIgnoreCase("mv_1")))
       checkAnswer(df, Seq(Row("test9", 12345)))
-
+      sql("set carbon.enable.mv = false")

Review Comment:
   better to move this under finally block



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

Reply via email to