Andrew Or created SPARK-13689:
---------------------------------

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

Reply via email to