Fei Wang created SPARK-7163: ------------------------------- Summary: minor refactory for HiveQl Key: SPARK-7163 URL: https://issues.apache.org/jira/browse/SPARK-7163 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 1.3.1 Reporter: Fei Wang
Now hiveql is a much bigger object, to refactory hiveql to make it more clean and readable 1 move ASTNode related util method/object to a new object named HiveASTNodeUtil 2 delete no use method in HiveQl 3 override `sqlParser` in hivecontext by `ExtendedHiveQlParser`, instead of making a new `ddlParserWithHiveQL` and calling `HiveQl.parseSql` in hivecontext. 4 rename HiveQl to HiveQlConverter -- 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