Github user viirya commented on the issue:
https://github.com/apache/spark/pull/20452
Overall LGTM. One question is, at #19980, we replace `anyNullsSet` with
some predicate of `numNulls` (like `numNulls == 0` or `numNulls` > 0) in many
places, shall we use `hasNull` now for those checks?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
