Github user pawanmalwal commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1656#discussion_r156907140
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/CastExpressionOptimization.scala
---
@@ -67,6 +68,32 @@ object CastExpressionOptimization {
}
}
+ def typeCastStringToLongForDateType(v: Any): Any = {
--- End diff --
Handled comments. Please review.---
