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/03/04 23:41:40 UTC

[jira] [Commented] (SPARK-13689) Move some methods in CatalystQl to a util object

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

Apache Spark commented on SPARK-13689:
--------------------------------------

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

> Move some methods in CatalystQl to a util object
> ------------------------------------------------
>
>                 Key: SPARK-13689
>                 URL: https://issues.apache.org/jira/browse/SPARK-13689
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Andrew Or
>            Assignee: Andrew Or
>
> When we add more DDL parsing logic in the future, SparkQl will become very big. To keep it smaller, we'll introduce helper "parser objects", e.g. one to parse alter table commands. However, these parser objects will need to access some helper methods that exist in CatalystQl. The proposal is to move those methods to an isolated ParserUtils object.



--
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