Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/805#discussion_r112636099
--- Diff:
integration/spark/src/main/scala/org/apache/spark/sql/CarbonBoundReference.scala
---
@@ -18,12 +18,15 @@
package org.apache.spark.sql
import org.apache.spark.sql.catalyst.InternalRow
-import org.apache.spark.sql.catalyst.expressions.{Attribute, ExprId,
LeafExpression, NamedExpression}
+import org.apache.spark.sql.catalyst.expressions.{Attribute, Expression,
ExprId, LeafExpression, NamedExpression}
import org.apache.spark.sql.catalyst.expressions.codegen.CodegenFallback
+import org.apache.spark.sql.sources.Filter
import org.apache.spark.sql.types.DataType
import org.apache.carbondata.core.scan.expression.ColumnExpression
+case class CastExpr(expr: Expression) extends Filter {
--- End diff --
Remove the empty braces
---
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 [email protected] or file a JIRA ticket
with INFRA.
---