[GitHub] [drill] paul-rogers opened a new pull request #1974: DRILL-7574: Generalize the projection parser

2020-02-07 Thread GitBox
paul-rogers opened a new pull request #1974: DRILL-7574: Generalize the projection parser URL: https://github.com/apache/drill/pull/1974 Adds support for multi-dimensional arrays, and columns projected as both an array and a map. ## Description EVF contains a bit of code ca

[jira] [Created] (DRILL-7574) Generalize projection parser

2020-02-07 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7574: -- Summary: Generalize projection parser Key: DRILL-7574 URL: https://issues.apache.org/jira/browse/DRILL-7574 Project: Apache Drill Issue Type: Improvement Aff

[jira] [Created] (DRILL-7573) Store user database in zookeeper

2020-02-07 Thread Dobes Vandermeer (Jira)
Dobes Vandermeer created DRILL-7573: --- Summary: Store user database in zookeeper Key: DRILL-7573 URL: https://issues.apache.org/jira/browse/DRILL-7573 Project: Apache Drill Issue Type: Impro

[GitHub] [drill] dobesv opened a new pull request #1973: Fix typo in class name of FormSecurityHandler

2020-02-07 Thread GitBox
dobesv opened a new pull request #1973: Fix typo in class name of FormSecurityHandler URL: https://github.com/apache/drill/pull/1973 Just a little fix to the name of this class. It isn't referenced anywhere by name, so only the class file itself had to be changed. ---

[GitHub] [drill] dobesv opened a new pull request #1972: Support HTTP Basic authentication for REST API calls

2020-02-07 Thread GitBox
dobesv opened a new pull request #1972: Support HTTP Basic authentication for REST API calls URL: https://github.com/apache/drill/pull/1972 This can greatly simplify the development of HTTP clients, as well as use from the command line using curl/wget, since you don't have to deal wit

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Paul Rogers
Hi All, I agree on not mentioning Arrow integration; it is too early. As Igor says, it would be a big project, done over many releases. Arrow points out the need for other work that will occur shorter term. A big challenge now is that our "crazy complex type" feature does not really work. Yes,

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Paul Rogers
Hi Igor & Charles, Just my two cents. In years past we tried to do a release every three months using the "train model": those features that are ready are shipped, others wait for the next release. Not so bad if the delay is 3 months. Once the delay gets to be 6  months, everyone (rightly) want

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-02-07 Thread GitBox
cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF URL: https://github.com/apache/drill/pull/1962#discussion_r376568348 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVFormatPlugin.java ##

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Charles Givre
Hi Igor, Thanks for the update. Just to be clear, I wasn't suggesting that we commit to delivering the Drill+Arrow integration at all, but I thought it might be worth mentioning that we're discussing it and at some point in the future, it may happen (or not). Thanks, -- C > On Feb 7, 2020

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Igor Guzenko
Hello Charles, To be honest, the Arrow to Drill comparison is very time consuming and implementation + testing is much more time consuming than that. Along other stoppers of the migration is a high risk to introduce new bugs. I'm not trying to say that Arrow is unstable. It rather risks because I

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-02-07 Thread GitBox
cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF URL: https://github.com/apache/drill/pull/1962#discussion_r376516485 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVBatchReader.java ##

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-02-07 Thread GitBox
cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF URL: https://github.com/apache/drill/pull/1962#discussion_r376516027 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/EasyEVFBatchReader.java ## @@

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Charles Givre
Hi Igor, Thanks for your response. Regarding the release, my observation was that the last release was REALLY complicated and took a very long time because it was very large. My thought is that going forward, we can get more releases out the door if we do smaller, more frequent releases. This

Re: [REVIEW]: Draft Board Report

2020-02-07 Thread Igor Guzenko
Hello Charles, Thank you very much for gathering all the information necessary for the report. Everything looks good for me except one thing I'm not sure about. I have some doubts about the new planned release date, seems not very realistic to me at the moment. I'm not a manager but I think it cou

Code Review Request for Druid Storage Plugin

2020-02-07 Thread Charles Givre
Hello Everyone, I wanted to ask if anyone has some time to start code review for the Druid Storage Plugin (DRILL-5956: https://github.com/apache/drill/pull/1888 ). I know that we are waiting to see what happens with respect to the Base Storage Plugin

[GitHub] [drill] cgivre commented on issue #1888: DRILL-5956: Add Storage Plugin for Apache Druid

2020-02-07 Thread GitBox
cgivre commented on issue #1888: DRILL-5956: Add Storage Plugin for Apache Druid URL: https://github.com/apache/drill/pull/1888#issuecomment-583446233 @akkapur I just updated the PR to use the latest build of Drill and rebuilt the protobufs.

[REVIEW]: Draft Board Report

2020-02-07 Thread Charles Givre
Hello all, Here is the draft Apache Board report which is due on Wednesday. Could everyone please take a look and send me comments by Tuesday? Thanks! -- C ## Description: The mission of Drill is the creation and maintenance of software related to Schema-free SQL Query Engine for Apache Hado

Re: Timestamp Issue

2020-02-07 Thread Igor Guzenko
Hello Charles, It seems to work when I use one additional ' for escaping, for example try using '-MM-dd''T''HH:mm:ss' for format. Thanks, Igor On Thu, Feb 6, 2020 at 11:43 PM Ted Dunning wrote: > That is really frustrating because that timestamp is literally in an ISO > 8601 format. > > ht