Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-12139][SQL] REGEX Column Specification for Hive Queries #10137

Closed
wants to merge 1 commit into from

Conversation

dereksabryfb
Copy link

When executing a query of the form
Select (a)?. from A,
Hive interprets this query as a regular expression, which can be supported in the hive parser for spark

If a columns is specified in backticks (eg. (ds)?+.+), the hive parser will treat that as a regular expression and 'expand' the columns similar to a *, on columns that match the regex.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Jun 15, 2016

Thanks for the pull request. I'm going through a list of pull requests to cut them down since the sheer number is breaking some of the tooling we have. Due to lack of activity on this pull request, I'm going to push a commit to close it. Feel free to reopen it or create a new one.

@asfgit asfgit closed this in 1a33f2e Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants