Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/1551#issuecomment-50442362
  
    We aren't passing completely arbitrary iterators of Java objects to 
writeIteratorToStream; instead, we only handle iterators of strings and byte 
arrays. Nulls in data read from Hadoop input formats should already be 
converted to None by the Java pickling code. Do you have an example where 
PythonRDD receives a null element and it's not due to a bug? I'm worried that 
this patch will mask the presence of bugs.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to