Github user anubhav100 commented on a diff in the pull request:

    
https://github.com/apache/incubator-carbondata/pull/630#discussion_r105590522
  
    --- 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 --
    
    No I think it's alright I changed my code as u suggested and when I tested 
it ,it is working correctly, I am adding the test cases and will be pushing it 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to