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

Path: Handling multiple expressions in partition_expr #51

Closed
wants to merge 1 commit into from

Conversation

njayaram2
Copy link
Contributor

JIRA: MADLIB-1003

The various expressions in the partition_expr parameter are now
quoted and renamed. These expressions were not renamed earlier,
which led to an error when there were multiple expressions in the
parameter. Renaming them using ' AS ' fixes this issue.
This commit also includes an update to the install check, which
now includes multiple expressions in partition_expr.

JIRA: MADLIB-1003

The various expressions in the partition_expr parameter are now
quoted and renamed. These expressions were not renamed earlier,
which led to an error when there were multiple expressions in the
parameter. Renaming them using ' AS ' fixes this issue.
This commit also includes an update to the install check, which
now includes multiple expressions in partition_expr.
@iyerr3
Copy link
Contributor

iyerr3 commented Jul 1, 2016

LGTM but I'm sure there will be conflicts between this and #45. I suggest you rebase on top of that and make any necessary changes before we merge this story (or wait till #45 is merged and then rebase).

@njayaram2
Copy link
Contributor Author

I think I will wait for #45 to be merged and then rebase it with that.

@njayaram2 njayaram2 closed this Jul 7, 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
2 participants