[ https://issues.apache.org/jira/browse/SPARK-22032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hyukjin Kwon resolved SPARK-22032. ---------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 Issue resolved by pull request 19249 [https://github.com/apache/spark/pull/19249] > Speed up StructType.fromInternal > -------------------------------- > > Key: SPARK-22032 > URL: https://issues.apache.org/jira/browse/SPARK-22032 > Project: Spark > Issue Type: Sub-task > Components: PySpark > Affects Versions: 2.2.0 > Reporter: Maciej BryĆski > Fix For: 2.3.0 > > > StructType.fromInternal is calling f.fromInternal(v) for every field. > We can use needConversion method to limit the number of function calls. -- 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