You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/10/05 11:13:45 UTC

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4226: [CARBONDATA-4215] Fix query issue after add segment other formats with vector read disabled

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-unsubscribe@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org