JdbcResumablePartitionReader
class JdbcResumablePartitionReader<P : JdbcSplittablePartition<*>>(partition: P) : JdbcPartitionReader<P>
JDBC implementation of PartitionReader which reads as much as possible of the partition, in order, before timing out.