Indhumathi27 commented on code in PR #4264: URL: https://github.com/apache/carbondata/pull/4264#discussion_r884464939
########## integration/spark/src/test/scala/org/apache/carbondata/view/rewrite/MVFilterAndJoinTest.scala: ########## @@ -29,9 +29,11 @@ class MVFilterAndJoinTest extends QueryTest with BeforeAndAfterAll { sql("create table main_table (name string,age int,height int) STORED AS carbondata") sql("create table dim_table (name string,age int,height int) STORED AS carbondata") sql("create table sdr_table (name varchar(20),score int) STORED AS carbondata") + sql("set carbon.enable.mv = true") } def drop() { + sql("set carbon.enable.mv = false") Review Comment: please move this to afterALL method. please check and handle in other changed files as well -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org