Github user sounakr commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1751#discussion_r161431568
--- Diff:
examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala
---
@@ -62,9 +62,9 @@ object CarbonSessionExample {
spark.sql(
s"""
- | SELECT *
- | FROM carbon_table
- | WHERE stringfield = 'spark' AND decimalField > 40
+ | SELECT *
--- End diff --
Rectified---
