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 22:48:46 UTC

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

Bo Meng created SPARK-12412:
-------------------------------

             Summary: Support LIKE in the JDBCRDD
                 Key: SPARK-12412
                 URL: https://issues.apache.org/jira/browse/SPARK-12412
             Project: Spark
          Issue Type: Improvement
            Reporter: Bo Meng
            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