Github user shivaram commented on the issue:
https://github.com/apache/spark/pull/15421
Thanks - the lines in [3], [4] will be called if we do any operation on the
DataFrame. i.e. something like `dim(c)`. Also can we use the same test case
that is in the test file checked in ?
```
df <- data.frame(id = 1:2,
date = c(as.Date("2016-10-01"), NA))
DF <- collect(createDataFrame(df))
is.na(DF$date[2]) # should be TRUE
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]