GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/19980
[SPARK-22785][SQL] remove ColumnVector.anyNullsSet
## What changes were proposed in this pull request?
`ColumnVector.anyNullsSet` is not called anywhere except tests, and we can
easily replace it with `ColumnVector.numNulls > 0`
## 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 minor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19980.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 #19980
----
commit c4d9a41bae0bdcbb8d336a7fca012ad4c7e1efc1
Author: Wenchen Fan <[email protected]>
Date: 2017-12-14T12:53:20Z
remove ColumnVector.anyNullsSet
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]