Huaxin Gao created SPARK-12387:
----------------------------------

             Summary: 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
            Priority: Minor
             Fix For: 1.6.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