-
Notifications
You must be signed in to change notification settings - Fork 129
Add implicit % to bridge TABLESAMPLE syntax #559
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
Conversation
18aed00
to
616fbdc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! This needs some tests though.
76966b8
to
e216177
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delayed response. This is a very useful feature. I left two small comments, but other than that I think this is good to merge.
@nbiscaro do you still intend to address these comments? |
Yes! Will get to this within the next 48 hours. |
@nbiscaro any progress? |
5218f5d
to
048e885
Compare
Bridge syntax differences in
TABLESAMPLE
by adding implicit%
.Fixes #558
Fixes #429