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

Apache Spark commented on SPARK-12387:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/16127

> JDBC  IN operator push down
> ---------------------------
>
>                 Key: SPARK-12387
>                 URL: https://issues.apache.org/jira/browse/SPARK-12387
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Huaxin Gao
>            Assignee: Takeshi Yamamuro
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> For SQL IN operator such as
> SELECT column_name(s)
> FROM table_name
> WHERE column_name IN (value1,value2,...)
> Currently this is not pushed down for JDBC datasource.  



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

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

Reply via email to