Zhen Li created SPARK-43717:
-------------------------------

             Summary: Scala Client Dataset#reduce failed to handle null 
partitions for scala primitive types
                 Key: SPARK-43717
                 URL: https://issues.apache.org/jira/browse/SPARK-43717
             Project: Spark
          Issue Type: Bug
          Components: Connect
    Affects Versions: 3.5.0
            Reporter: Zhen Li


Scala client failed with NPE when running:

assert(spark.range(0, 5, 1, 10).as[Long].reduce(_ + _) == 10)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to