Hi, Seems we forget to pass `parts:Array[Partition]` into `JDBCRelation`. This was removed in this commit: https://github.com/apache/spark/commit/b3130c7b6a1ab4975023f08c3ab02ee8d2c7e995#diff-f70bda59304588cc3abfa3a9840653f4L237
// maropu On Fri, Nov 25, 2016 at 9:50 PM, Maciej Szymkiewicz <mszymkiew...@gmail.com> wrote: > Hi, > > I've been reviewing my notes to https://git.io/v1UVC using Spark built > from 51b1c1551d3a7147403b9e821fcc7c8f57b4824c and it looks like JDBC > ignores both: > > - (columnName, lowerBound, upperBound, numPartitions) > - predicates > > and loads everything into a single partition. Can anyone confirm that? It > works just fine on 2.0.2 and before. > > -- > Best, > Maciej > > -- --- Takeshi Yamamuro