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

Reynold Xin updated SPARK-17703:
--------------------------------
    Fix Version/s: 2.0.3

> 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.0.3, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to