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

Zachmu/window funcs #45

Merged
merged 19 commits into from
Feb 18, 2021
Merged

Zachmu/window funcs #45

merged 19 commits into from
Feb 18, 2021

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Feb 10, 2021

No description provided.

@zachmu zachmu requested a review from Hydrocharged as a code owner February 10, 2021 04:44
@zachmu
Copy link
Member Author

zachmu commented Feb 13, 2021

@Hydrocharged this is ready to look at now

Copy link

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

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

LGTM! Just a few small things.

buf.Myprintf("partition by %v", node.PartitionBy)
}
if len(node.OrderBy) > 0 {
buf.Myprintf("%v", node.OrderBy)

Choose a reason for hiding this comment

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

Seems weird that OrderBy inserts the space before since nothing else does it but it's NBD

go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
go/vt/sqlparser/sql.y Show resolved Hide resolved
go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
@zachmu zachmu merged commit 6e3043d into master Feb 18, 2021
@Hydrocharged Hydrocharged deleted the zachmu/window-funcs branch February 19, 2021 11:32
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.

2 participants