-
Notifications
You must be signed in to change notification settings - Fork 54
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
SNOW-1019480-sql-filter-nonsql-statements: strip comments from stream… #700
Conversation
3e6291f
to
e1cc1d4
Compare
[ | ||
{"1": 1}, | ||
], | ||
] |
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.
Do we need integration test for it? We could check what query we passed it in unit test
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.
With unit test we mock the connection and response.
Doing so will not test for server side error with invalid input.
#700) * SNOW-1019480-sql-filter-nonsql-statements: strip comments from streamed queries
…d queries
Pre-review checklist
Changes description
Enabled removal of comments when using
split_statements