You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:33:33 UTC

[jira] [Resolved] (SPARK-9488) pyspark.sql.types.Row very slow when using named arguments

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

Hyukjin Kwon resolved SPARK-9488.
---------------------------------
    Resolution: Incomplete

> pyspark.sql.types.Row very slow when using named arguments
> ----------------------------------------------------------
>
>                 Key: SPARK-9488
>                 URL: https://issues.apache.org/jira/browse/SPARK-9488
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 1.4.0
>         Environment: 
>            Reporter: Alexis Benoist
>            Priority: Major
>              Labels: bulk-closed, performance
>         Attachments: Indexed Row Benchmark.png
>
>
> We can see that the implementation of the Row is accessing items in O(n).
> https://github.com/apache/spark/blob/master/python/pyspark/sql/types.py#L1217
> We could use an OrderedDict instead of a tuple to make the access time in O(1). Can the keys be of an unhashable type?
> I'm ok to do the edit.
> Cheers,
> Alexis.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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