Takuya Ueshin created SPARK-44643:
-------------------------------------

             Summary: __repr__ broken for Row when the field is empty Row
                 Key: SPARK-44643
                 URL: https://issues.apache.org/jira/browse/SPARK-44643
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 3.5.0
            Reporter: Takuya Ueshin


PySpark {{Row}} raises and exception if the field is empty Row:

{code:python}
>>> repr(Row(Row()))
Traceback (most recent call last):
...
TypeError: not enough arguments for format string
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to