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
IIUC currently our behavior is the same as cockroach's. Not exactly, we use String instead of Vec<String> when parsing results. 🤪
I think cockroach's approach makes sense. slt seems not a good place to test things like whitespace characters. But we need to document it in case some users get surprised.
Just checked how sqllogictest variants handle separators in the results:
The text was updated successfully, but these errors were encountered: