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 2017/08/26 01:50:03 UTC

[jira] [Commented] (SPARK-21751) CodeGeneraor.splitExpressions counts code size more precisely

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

Apache Spark commented on SPARK-21751:
--------------------------------------

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

> CodeGeneraor.splitExpressions counts code size more precisely
> -------------------------------------------------------------
>
>                 Key: SPARK-21751
>                 URL: https://issues.apache.org/jira/browse/SPARK-21751
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Kazuaki Ishizaki
>            Priority: Minor
>
> Current {{CodeGeneraor.splitExpressions}} splits statements if their total length is more than 1200 characters. It may include comments or empty line.
> It would be good to exclude comment or empty line to reduce the number of generated methods in a class. 



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

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