You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/11/08 09:01:17 UTC

[jira] [Commented] (SPARK-17703) Add unnamed version of addReferenceObj for minor objects.

    [ https://issues.apache.org/jira/browse/SPARK-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646957#comment-15646957 ] 

Apache Spark commented on SPARK-17703:
--------------------------------------

User 'ueshin' has created a pull request for this issue:
https://github.com/apache/spark/pull/15808

> Add unnamed version of addReferenceObj for minor objects.
> ---------------------------------------------------------
>
>                 Key: SPARK-17703
>                 URL: https://issues.apache.org/jira/browse/SPARK-17703
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Takuya Ueshin
>            Assignee: Takuya Ueshin
>             Fix For: 2.1.0
>
>
> There are many `minor` objects in references, which are extracted to the generated class field, e.g. {{errMsg}} in {{GetExternalRowField}} or {{ValidateExternalType}}, but number of fields in class is limited so we should reduce the number.
> I added unnamed version of {{addReferenceObj}} for these minor objects not to store the object into field but refer it from the {{references}} field at the time of use.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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