You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2017/04/21 08:18:39 UTC

[GitHub] incubator-carbondata pull request #805: [CARBONDATA-934] Cast Filter Express...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---