You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Bo Meng (JIRA)" <ji...@apache.org> on 2015/12/17 23:04:46 UTC

[jira] [Updated] (SPARK-12412) Support LIKE in the JDBCRDD

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

Bo Meng updated SPARK-12412:
----------------------------
    Component/s: SQL

> Support LIKE in the JDBCRDD
> ---------------------------
>
>                 Key: SPARK-12412
>                 URL: https://issues.apache.org/jira/browse/SPARK-12412
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Bo Meng
>            Assignee: Apache Spark
>            Priority: Minor
>
> For SQL LIKE clause support in JDBCRDD, for example:
> SELECT * FROM table WHERE NAME LIKE '%m'
> SELECT * FROM table WHERE NAME LIKE '%m%'
> SELECT * FROM table WHERE NAME LIKE 'm%'
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org