[
https://issues.apache.org/jira/browse/SPARK-54627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-54627.
----------------------------------
Fix Version/s: 4.2.0
Resolution: Fixed
Issue resolved by pull request 53368
[https://github.com/apache/spark/pull/53368]
> Remove redundant initializations in serializers
> -----------------------------------------------
>
> Key: SPARK-54627
> URL: https://issues.apache.org/jira/browse/SPARK-54627
> Project: Spark
> Issue Type: Improvement
> Components: PySpark
> Affects Versions: 4.2.0
> Reporter: Yicong Huang
> Assignee: Yicong Huang
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.2.0
>
>
> Several serializer classes in `python/pyspark/sql/pandas/serializers.py` have
> redundant initialization code where instance attributes are set twice: once
> through `super().__init__()` and again directly in the subclass `__init__()`
> method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]