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

Takuya Ueshin updated SPARK-17703:
----------------------------------
    Description: 
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.

  was:
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 was 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.


> 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
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to