Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2498#discussion_r202263586
--- Diff: core/pom.xml ---
@@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.3.1</version>
+ <version>2.4</version>
--- End diff --
I think if gson ensures backward comparability, it is independent of spark
version. ---
