Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2642#discussion_r213695426
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala
---
@@ -700,3 +724,7 @@ private[sql] class CarbonLateDecodeStrategy extends
SparkStrategy {
}
}
}
+
+class CarbonPhysicalPlanException extends Exception {
+
+}
--- End diff --
remove the empty braces---
