Is there a way in the spark cassandra connector to achieve the side side filtering that is equivalent to per partition limit in cql or perPartitionLimit in the native cassandra java driver?
Note that here it is limit per cassandra partition not per spark partition (which is supported by the existing limit function in the connector).
spark 2.0.1, connector - 2.0.0-M3