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/18 00:05:46 UTC

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

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

Bo Meng commented on SPARK-12412:
---------------------------------

https://github.com/apache/spark/pull/10364

> 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