spark git commit: [SPARK-9182] [SQL] Filters are not passed through to jdbc source

2015-08-12 Thread lian
Repository: spark Updated Branches: refs/heads/master 741a29f98 - 9d0822455 [SPARK-9182] [SQL] Filters are not passed through to jdbc source This PR fixes unable to push filter down to JDBC source caused by `Cast` during pattern matching. While we are comparing columns of different type,

spark git commit: [SPARK-9182] [SQL] Filters are not passed through to jdbc source

2015-08-12 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.5 5dd0c5cd6 - 8e32db9a5 [SPARK-9182] [SQL] Filters are not passed through to jdbc source This PR fixes unable to push filter down to JDBC source caused by `Cast` during pattern matching. While we are comparing columns of different