Indhumathi27 commented on a change in pull request #4226: URL: https://github.com/apache/carbondata/pull/4226#discussion_r722135541
########## File path: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/addsegment/AddSegmentTestCase.scala ########## @@ -413,6 +413,32 @@ class AddSegmentTestCase extends QueryTest with BeforeAndAfterAll { FileFactory.deleteAllFilesOfDir(new File(newPath)) } + test("Test add segment with different formats and vector reader disabled") { + sqlContext.setConf("carbon.enable.vector.reader", "false") Review comment: can set this variable to default at end -- 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