Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
./soar.darwin-amd64 -query="SELECT * FROM t1 where a = 'a b';" -report-type=compress -log-level=0
- What did you expect to see?
- What did you see instead?
SELECT * FROM t1 where a = 'a b';
SELECT * FROM t1 where a = 'a b';
compress后tab被替换为了空格