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

jiaan.geng updated SPARK-36574:
-------------------------------
        Parent: SPARK-38852
    Issue Type: Sub-task  (was: Bug)

> pushDownPredicate=false should prevent push down filters to JDBC data source
> ----------------------------------------------------------------------------
>
>                 Key: SPARK-36574
>                 URL: https://issues.apache.org/jira/browse/SPARK-36574
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: jiaan.geng
>            Assignee: jiaan.geng
>            Priority: Major
>             Fix For: 3.2.0
>
>
> Spark SQL includes a data source that can read data from other databases 
> using JDBC. 
> Spark also supports the case-insensitive option pushDownPredicate.
> According to http://spark.apache.org/docs/latest/sql-data-sources-jdbc.html, 
> If set pushDownPredicate to false, no filter will be pushed down to the JDBC 
> data source and thus all filters will be handled by Spark.
> But I find it still be pushed down to JDBC data source.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to