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

MINOR: don't allow modification of AggregateAnalysis collections externally #589

Merged
merged 3 commits into from
Jan 9, 2018

Conversation

dguy
Copy link
Contributor

@dguy dguy commented Jan 4, 2018

No description provided.

return requiredColumnsMap.containsKey(column);
}

public void addRequiredColumn(final String name, final DereferenceExpression node) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although currently we just support DereferenceExpression in aggregate columns we will support other expressions too so this should be Expression instead of DereferenceExpression.

@dguy
Copy link
Contributor Author

dguy commented Jan 8, 2018

retest this please

@dguy
Copy link
Contributor Author

dguy commented Jan 8, 2018

retest this please

Copy link

@bluemonk3y bluemonk3y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dguy
Copy link
Contributor Author

dguy commented Jan 9, 2018

@hjafarpour good now?

Copy link
Contributor

@hjafarpour hjafarpour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@dguy dguy merged commit 397e6cb into confluentinc:master Jan 9, 2018
@dguy dguy deleted the cleanup branch January 9, 2018 17:49
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