Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/299#discussion_r139872360 --- Diff: cli/tests/command_executor/D.test --- @@ -69,6 +71,7 @@ INSERT INTO foo3 values(5, 1, 1.0, 1.0, 'XYZZ'); col4 | Float col5 | Char(5) == + --- End diff -- In the test, is it possible to also check special chars `\t` and `\r`?
---