[
https://issues.apache.org/jira/browse/DRILL-7292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16863571#comment-16863571
]
ASF GitHub Bot commented on DRILL-7292:
---------------------------------------
paul-rogers commented on issue #1806: DRILL-7292: Remove V1 and V2 text readers
URL: https://github.com/apache/drill/pull/1806#issuecomment-501926628
@arina-ielchiieva, thank you for the review. Please check if the revised
option messages are clear.
The test failures may be due to bugs fixed in the text reader. @vvysotskyi,
check if the files in question try to use the back-slash as the escape
character. Drill's text readers are configured to use the quote character as an
escape by default, but the code did not correctly handle this case. If the file
contains the pattern `\"` or `""`, then the text reader will produce a
different result than previously.
Otherwise, please do point me to the errors and I'll track down the issues.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove V1, V2 text readers
> --------------------------
>
> Key: DRILL-7292
> URL: https://issues.apache.org/jira/browse/DRILL-7292
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.16.0
> Reporter: Paul Rogers
> Assignee: Paul Rogers
> Priority: Major
> Fix For: 1.17.0
>
>
> Now that the "V3" text reader (based on the "extended vector framework) is
> fully functional, we wish to remove the prior (V2) text reader.
> Drill also contains the original, "V1" text reader that has not been used or
> supported for several years. We will remove this reader also to leave the
> code simpler and cleaner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)