manishnalla1994 commented on a change in pull request #3427: [CARBONDATA-3562] 
Fix for SDK filter queries not working when schema is given explicitly while 
Add Segment
URL: https://github.com/apache/carbondata/pull/3427#discussion_r341901576
 
 

 ##########
 File path: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/addsegment/AddSegmentTestCase.scala
 ##########
 @@ -722,12 +723,28 @@ class AddSegmentTestCase extends QueryTest with 
BeforeAndAfterAll {
     val externalSegmentPath = storeLocation + "/" + "external_segment"
     FileFactory.deleteAllFilesOfDir(new File(externalSegmentPath))
 
+    var fields: Array[Field] = new Array[Field](14)
 
 Review comment:
   This test is changed just to check for the schema which we give externally 
instead of referring to schema file of the already existing table.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to