Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21921#discussion_r206946453
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/sources/v2/DataSourceV2Suite.scala
---
@@ -416,12 +405,12 @@ class AdvancedDataSourceV2 extends DataSourceV2 with
ReadSupport {
requiredSchema
}
- override def planRowInputPartitions(): JList[InputPartition[Row]] = {
- val lowerBound = filters.collect {
+ override def planInputPartitions(): JList[InputPartition[InternalRow]]
= {
+ val lowerBound = filters.collectFirst {
--- End diff --
Fine by me since it is so small, just wanted to point it out.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]