You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/07 07:30:00 UTC

[jira] [Commented] (DRILL-8086) Convert the CSV (AKA "compliant text") reader to EVF V2

    [ https://issues.apache.org/jira/browse/DRILL-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502110#comment-17502110 ] 

ASF GitHub Bot commented on DRILL-8086:
---------------------------------------

paul-rogers opened a new pull request #2485:
URL: https://github.com/apache/drill/pull/2485


   # [DRILL-8086](https://issues.apache.org/jira/browse/DRILL-8086): Convert the CSV (AKA "compliant text") reader to EVF V2
   
   ## Description
   
   This PR is the remaining bits of the original DRILL-8085 PR: the Text and HTTPD log plugins.
   
   The text plugin is surprisingly complex. Upgrading it is helpful technically, but it does not serve as a very good example. So, this PR also upgraded the far simpler HTTPD log plugin to act as an example for other conversions.
   
   Note that, when doing conversions, you can rip out the prior do-it-yourself limit code: EVF now handles this work.
   
   Also includes:
   
   * DRILL-8159: Convert the HTTPD reader to use EVF V2
   
   ## Documentation
   
   No changes: this is purely an internal change.
   
   ## Testing
   
   GitHub will helpfully run the unit tests. (Last time I tried, they didn't run on my machine.)
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Convert the CSV (AKA "compliant text") reader to EVF V2
> -------------------------------------------------------
>
>                 Key: DRILL-8086
>                 URL: https://issues.apache.org/jira/browse/DRILL-8086
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.19.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>
> Work was done some time ago to convert the CSV reader to use EVF V3. Merge that work into the master branch.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)