You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/11/20 03:03:00 UTC

[jira] [Updated] (SPARK-29968) Remove the Predicate code from SparkPlan

     [ https://issues.apache.org/jira/browse/SPARK-29968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takeshi Yamamuro updated SPARK-29968:
-------------------------------------
    Description: 
This is to refactor Predicate code; it mainly intends to remove {{newPredicate}} from {{SparkPlan}}.
Modifications are listed below;
 * Move {{Predicate}} from {{o.a.s.sqlcatalyst.expressions.codegen.GeneratePredicate.scala}} to {{o.a.s.sqlcatalyst.expressions.predicates.scala}}
 * To resolve the name conflict, rename {{o.a.s.sqlcatalyst.expressions.codegen.Predicate}} to {{o.a.s.sqlcatalyst.expressions.BasePredicate}}
 * Extend {{CodeGeneratorWithInterpretedFallback }}for {{BasePredicate}}

> Remove the Predicate code from SparkPlan
> ----------------------------------------
>
>                 Key: SPARK-29968
>                 URL: https://issues.apache.org/jira/browse/SPARK-29968
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Takeshi Yamamuro
>            Priority: Major
>
> This is to refactor Predicate code; it mainly intends to remove {{newPredicate}} from {{SparkPlan}}.
> Modifications are listed below;
>  * Move {{Predicate}} from {{o.a.s.sqlcatalyst.expressions.codegen.GeneratePredicate.scala}} to {{o.a.s.sqlcatalyst.expressions.predicates.scala}}
>  * To resolve the name conflict, rename {{o.a.s.sqlcatalyst.expressions.codegen.Predicate}} to {{o.a.s.sqlcatalyst.expressions.BasePredicate}}
>  * Extend {{CodeGeneratorWithInterpretedFallback }}for {{BasePredicate}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org