aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-03-07 18:01:27 -0800
committerAndrew Or <andrew@databricks.com>2016-03-07 18:01:27 -0800
commitda7bfac488b2a25c591986fe5f906b5c98dc34ea (patch)
treea6617985fd727cd7e598cc65d11514f549102648 /docs/streaming-programming-guide.md
parent46f25c241385fe4f1fff42ac4a1b6e652deb2d02 (diff)
downloadspark-da7bfac488b2a25c591986fe5f906b5c98dc34ea.tar.gz
spark-da7bfac488b2a25c591986fe5f906b5c98dc34ea.tar.bz2
spark-da7bfac488b2a25c591986fe5f906b5c98dc34ea.zip
[SPARK-13689][SQL] Move helper things in CatalystQl to new utils object
## What changes were proposed in this pull request? 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 is based on viirya's changes in #11048. It prefaces the bigger fix for SPARK-13139 to make the diff of that patch smaller. ## How was this patch tested? No change in functionality, so just Jenkins. Author: Andrew Or <andrew@databricks.com> Closes #11529 from andrewor14/parser-utils.
Diffstat (limited to 'docs/streaming-programming-guide.md')
0 files changed, 0 insertions, 0 deletions