Github user kalpit commented on a diff in the pull request:
https://github.com/apache/spark/pull/554#discussion_r12010821
--- Diff:
core/src/test/scala/org/apache/spark/api/python/PythonRDDSuite.scala ---
@@ -29,5 +29,10 @@ class PythonRDDSuite extends FunSuite {
PythonRDD.writeIteratorToStream(input.iterator, buffer)
}
+ test("Handle nulls gracefully") {
+ val input: List[String] = List("a", null)
--- End diff --
I used 4-space indent since other test in this suite had that. I will
re-indent to 2-space.
---
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.
---