You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SNOW-733718 Fix remove_comments when comments are at end of line (#1474)
Description
Before the fix, the remove_comments operation will swallow the final
line break, which breaks user query if there is no spaces between
two lines.
Testing
Added a new unit test
0 commit comments