Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/630#discussion_r105579644
--- Diff:
examples/spark/src/main/scala/org/apache/carbondata/examples/CaseClassDataFrameAPIExample.scala
---
@@ -42,8 +45,25 @@ object CaseClassDataFrameAPIExample {
.mode(SaveMode.Overwrite)
.save()
+ val employee = List(Employee("anubhav", 20000))
--- End diff --
And can you add a testcase for both spark1 and spark2 integration?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---