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