Fwd: Apache PMCs: your chance to support your projects with Outreachy internships

2020-01-26 Thread Charles Givre
Anyone interested for Drill? > Begin forwarded message: > > From: "Sally Khudairi" > Subject: Apache PMCs: your chance to support your projects with Outreachy > internships > Date: January 21, 2020 at 2:05:39 PM EST > To: "ASF Marketing & Publicity" > Reply-To: priv...@drill.apache.org > > H

Re: [DISCUSS] Format Plugin Interface

2020-01-26 Thread Charles Givre
Hey Paul, Feedback is definitely welcome on this... My thought was to create an easy to use API for relatively simple formats. By relatively simple I mean stuff like HTTPD, Syslog, LTSV, etc. Formats without heavily nested data. My real goal here was to abstract all the routine stuff that

Re: [DISCUSS] Format Plugin Interface

2020-01-26 Thread Paul Rogers
Hi Charles, Better APIs are always a good thing! The EVF ManagedReader interface has the minimum common denominator API: open, next (batch) and close. We can create extensions that provide more structure such as with your EasyEVFReader. For example: open() might: 1) fiddle with the DrillFileSy

[GitHub] [drill] cgivre opened a new pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-01-26 Thread GitBox
cgivre opened a new pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF URL: https://github.com/apache/drill/pull/1962 # [DRILL-7554](https://issues.apache.org/jira/browse/DRILL-7554): Convert LTSV Format Plugin to EVF ## Description This PR converts the existing LT

[jira] [Created] (DRILL-7554) Convert LTSV Format Plugin to EVF

2020-01-26 Thread Charles Givre (Jira)
Charles Givre created DRILL-7554: Summary: Convert LTSV Format Plugin to EVF Key: DRILL-7554 URL: https://issues.apache.org/jira/browse/DRILL-7554 Project: Apache Drill Issue Type: Improvemen

[jira] [Created] (DRILL-7553) Modernize type management

2020-01-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7553: -- Summary: Modernize type management Key: DRILL-7553 URL: https://issues.apache.org/jira/browse/DRILL-7553 Project: Apache Drill Issue Type: Improvement Affect

[jira] [Created] (DRILL-7552) Add Helpful Error Message on Storage Plugin Creation/Update

2020-01-26 Thread Charles Givre (Jira)
Charles Givre created DRILL-7552: Summary: Add Helpful Error Message on Storage Plugin Creation/Update Key: DRILL-7552 URL: https://issues.apache.org/jira/browse/DRILL-7552 Project: Apache Drill

[DISCUSS] Format Plugin Interface

2020-01-26 Thread Charles Givre
Hello all I wanted to share something that I’m working on and ask for feedback. I started working on converting the LTSV format plugin to EVF and basically was able to do that pretty quickly. This is a relatively simple format in that it has one data type and no complex fields. Instead of ju