GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/21921
[SPARK-24971][SQL] remove SupportsDeprecatedScanRow
## What changes were proposed in this pull request?
This is a follow up of https://github.com/apache/spark/pull/21118 .
In https://github.com/apache/spark/pull/21118 we added
`SupportsDeprecatedScanRow`. Ideally data source should produce `InternalRow`
instead of `Row` for better performance. We should remove
`SupportsDeprecatedScanRow` and encourage data sources to produce
`InternalRow`, which is also very easy to build.
## How was this patch tested?
existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloud-fan/spark row
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21921.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21921
----
commit d6a93b162b4ced2c9ab33715cfbe8d196e6140e4
Author: Wenchen Fan <wenchen@...>
Date: 2018-07-30T15:50:45Z
remove SupportsDeprecatedScanRow
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]