Maciej Bryński created SPARK-22025:
--------------------------------------

             Summary: Speeding up fromInternal for StructField
                 Key: SPARK-22025
                 URL: https://issues.apache.org/jira/browse/SPARK-22025
             Project: Spark
          Issue Type: Sub-task
          Components: PySpark
    Affects Versions: 2.2.0
            Reporter: Maciej Bryński


Current code for StructField is simple function call.
https://github.com/apache/spark/blob/master/python/pyspark/sql/types.py#L434
We can change it to function reference.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to