You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/01/14 02:40:39 UTC

[jira] [Commented] (SPARK-12506) Push down WHERE clause arithmetic operator to JDBC layer

    [ https://issues.apache.org/jira/browse/SPARK-12506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097430#comment-15097430 ] 

Apache Spark commented on SPARK-12506:
--------------------------------------

User 'huaxingao' has created a pull request for this issue:
https://github.com/apache/spark/pull/10750

> Push down WHERE clause arithmetic operator to JDBC layer
> --------------------------------------------------------
>
>                 Key: SPARK-12506
>                 URL: https://issues.apache.org/jira/browse/SPARK-12506
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Huaxin Gao
>            Assignee: Apache Spark
>
> For arithmetic operator in WHERE clause such as
> select * from table where c1 + c2 > 10
> Currently where c1 + c2 >10 is done at spark layer. 
> Will push this to JDBC layer so it will be done in database. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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