Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/299#discussion_r140060711 --- 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 -- Probably no. The test input does not go through `LineReader`.
---