-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37893/
-----------------------------------------------------------
Review request for drill, Aman Sinha, Jinfeng Ni, and Mehant Baid.
Bugs: DRILL-3718
https://issues.apache.org/jira/browse/DRILL-3718
Repository: drill-git
Description
-------
For TSV file, if the TextReader reads the a quote, it would keep scanning until
it sees the second quote.
And stop at the second quote to construct a field covering the text within the
two quotes
Diffs
-----
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/compliant/TextReader.java
3899509
exec/java-exec/src/test/java/org/apache/drill/TestExampleQueries.java 6b74ecf
exec/java-exec/src/test/resources/store/text/WithQuote.tsv PRE-CREATION
Diff: https://reviews.apache.org/r/37893/diff/
Testing
-------
All
Thanks,
Sean Hsuan-Yi Chu