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

PHOENIX-5419: Converting anonymous to inner class in TracingQueryPlan #559

Merged
merged 1 commit into from Aug 6, 2019

Conversation

ankitjain64
Copy link
Contributor

No description provided.

Copy link
Contributor

@gjacoby126 gjacoby126 left a comment

Choose a reason for hiding this comment

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

+1, thanks @ankitjain64. I'll commit once we get a clean test run on the JIRA.

@@ -295,4 +236,71 @@ public Long getEstimateInfoTimestamp() throws SQLException {
public List<OrderBy> getOutputOrderBys() {
return Collections.<OrderBy> emptyList();
}

private class QueryResultIterator implements ResultIterator {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: could you please rename the private class to TraceQueryResultIterator?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@swaroopak : Can you please have a look now. Thanks.

@gjacoby126
Copy link
Contributor

@ankitjain64 could you please include the JIRA id PHOENIX-5419 in the commit header.

Converting anonymous to inner class in TracingQueryPlan

PHOENIX-5419: Converting anonymous to inner class in TracingQueryPlan

Converting anonymous to inner class

Rename Inner class as per comments

Converting anonymous to inner class in TracingQueryPlan

Converting anonymous to inner class

Rename Inner class as per comments

Converting anonymous to inner class in TracingQueryPlan

Converting anonymous to inner class

Rename Inner class as per comments
@ankitjain64
Copy link
Contributor Author

@ankitjain64 could you please include the JIRA id PHOENIX-5419 in the commit header.

@gjacoby126 : Done. Thanks

@gjacoby126 gjacoby126 merged commit e3d3ae5 into apache:master Aug 6, 2019
@gjacoby126
Copy link
Contributor

@ankitjain64 - for future reference, when you squash your commits into a single one, please also edit the commit message so that it only has the one line.

This commit message had a line for each of the former commits, and since the UI truncated it to just show the first, I didn't notice until after I pushed the merge button. I can fix it when I push to the 4.15 branches, but since this repo doesn't allow force pushes, I think it will have to remain messy in master.

@ankitjain64
Copy link
Contributor Author

@ankitjain64 - for future reference, when you squash your commits into a single one, please also edit the commit message so that it only has the one line.

This commit message had a line for each of the former commits, and since the UI truncated it to just show the first, I didn't notice until after I pushed the merge button. I can fix it when I push to the 4.15 branches, but since this repo doesn't allow force pushes, I think it will have to remain messy in master.

Sure, I will make sure about it from next time. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants