[ 
https://issues.apache.org/jira/browse/SPARK-46820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-46820.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 44859
[https://github.com/apache/spark/pull/44859]

> Fix error message regression by restoring new_msg
> -------------------------------------------------
>
>                 Key: SPARK-46820
>                 URL: https://issues.apache.org/jira/browse/SPARK-46820
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 4.0.0
>            Reporter: Haejoon Lee
>            Assignee: Haejoon Lee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> >>> from pyspark.sql.types import StructType, StructField, StringType, 
> >>> IntegerType
> >>> schema = StructType([
> ...     StructField("name", StringType(), nullable=True),
> ...     StructField("age", IntegerType(), nullable=False)
> ... ])
> >>> df = spark.createDataFrame([("asd", None])], schema)
> pyspark.errors.exceptions.base.PySparkValueError: [CANNOT_BE_NONE] Argument 
> `obj` cannot be None.
>  



--
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