-
Notifications
You must be signed in to change notification settings - Fork 551
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
snowflake: Fix handling of /~%
in the stage name
#1009
Conversation
/~%
in the stage name
Pull Request Test Coverage Report for Build 6652040155
💛 - Coveralls |
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.
Thanks @lustefaniak -- I have a question about why the tests were changed
Perhaps @pawel-big-lebowski can help review this as the author of #841
Just wanted to say thanks to @lustefaniak - I also noticed this issue and wanted to tackle it. |
616ab19
to
02fe126
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.
Thanks for fixing this.
Great job.
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 @lustefaniak for both this PR as well as #1025 -- they look great.
Fixes: #1008
Changed as discussed in the code review. Tokenizer accepts
/
,%
,~
normally, and then when parsing stage name, that is accepted as part of identifier.