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

Hyukjin Kwon closed SPARK-10899.
--------------------------------
    Resolution: Duplicate

I am closing this because I believe this is a subset of SPARK-12126

> Support JDBC pushdown for additional commands
> ---------------------------------------------
>
>                 Key: SPARK-10899
>                 URL: https://issues.apache.org/jira/browse/SPARK-10899
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 1.5.0
>            Reporter: Victor May
>            Priority: Minor
>
> Spark DataFrames currently support predicate push-down with JDBC sources but 
> term predicate is used in a strict SQL meaning. It means it covers only WHERE 
> clause. Moreover it looks like it is limited to the logical conjunction (no 
> IN and OR I am afraid) and simple predicates.
> This creates a situation where a simple query such as "select * from table 
> limit 100" could easily result in the database being overloaded when the 
> table is large.
> This feature request is to expand  the support for push-downs to additional 
> SQL commands:
> -LIMIT
> -WHERE IN
> -WHERE NOT IN
> -GROUP BY



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to