kunal642 commented on a change in pull request #3426: [CARBONDATA-3560] Fixed issues for Add Segment
URL:
https://github.com/apache/carbondata/pull/3426#discussion_r341817557
##########
File path: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/addsegment/AddSegmentTestCase.scala
##########
@@ -542,7 +541,7 @@ class AddSegmentTestCase extends QueryTest with BeforeAndAfterAll {
copy(path.toString, newPath)
checkAnswer(sql("select count(*) from addsegment1"), Seq(Row(30)))
- sql(s"alter table addsegment1 add segment options('path'='$newPath', 'format'='parquet')").show()
+ sql(s"alter table addsegment1 add segment options('path'='$newPath', 'format'='PARQUET')").show()
Review comment:
why is this change required?
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services