Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hasnans to follow the modified column. (#1532)
Fixing `hasnans` to follow the modified column. E.g., ```py >>> (ks.Series([1.0, 2.0, np.nan]) + 1).hasnans Traceback (most recent call last): ... pyspark.sql.utils.AnalysisException: 'Resolved attribute(s) 0#1 missing from (0 + 1)#10 in operator ... ```
- Loading branch information