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

[GitHub] carbondata pull request #1115: [CARBONDATA-1247]Block pruning not working fo...

Github user gvramana commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1115#discussion_r125457152
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/CastExpressionOptimization.scala ---
    @@ -66,6 +68,19 @@ object CastExpressionOptimization {
         }
       }
     
    +  def typeCastStringToLongForDateType(v: Any): Any = {
    --- End diff --
    
    Also check support for spark1.5


---
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.
---