[GitHub] drill pull request: DRILL-4452: Uses Apache Calcite Avatica driver...

2016-02-26 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/395 DRILL-4452: Uses Apache Calcite Avatica driver vs Optiq driver for Drill JDBC Drill JDBC driver uses Optiq Avatica as its basis, but this dependency has been moved over to Calcite, for quite so

[jira] [Created] (DRILL-4452) Update avatica version for Drill jdbc

2016-02-26 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-4452: - Summary: Update avatica version for Drill jdbc Key: DRILL-4452 URL: https://issues.apache.org/jira/browse/DRILL-4452 Project: Apache Drill Issue Type: Impr

[GitHub] drill pull request: DRILL-4437: Operator unit tests

2016-02-26 Thread jaltekruse
GitHub user jaltekruse opened a pull request: https://github.com/apache/drill/pull/394 DRILL-4437: Operator unit tests Introduces a framework for testing physical operators without the need to start a complete Drill server. Several small interface changes were made to allow

[jira] [Created] (DRILL-4451) Improve operator unit tests to allow for direct inspection of the sequence of result batches

2016-02-26 Thread Jason Altekruse (JIRA)
Jason Altekruse created DRILL-4451: -- Summary: Improve operator unit tests to allow for direct inspection of the sequence of result batches Key: DRILL-4451 URL: https://issues.apache.org/jira/browse/DRILL-4451

[jira] [Created] (DRILL-4450) Improve operator unit tests to allow for setting custom options on a test

2016-02-26 Thread Jason Altekruse (JIRA)
Jason Altekruse created DRILL-4450: -- Summary: Improve operator unit tests to allow for setting custom options on a test Key: DRILL-4450 URL: https://issues.apache.org/jira/browse/DRILL-4450 Project:

[GitHub] drill pull request: DRILL-4441: Fix varchar data read out of Avro ...

2016-02-26 Thread jaltekruse
GitHub user jaltekruse opened a pull request: https://github.com/apache/drill/pull/393 DRILL-4441: Fix varchar data read out of Avro filtering incorrectly d… …ue to metadata bug The precision of the Varchar datatype was not being set causing inconsistent truncation o

[GitHub] drill pull request: DRILL-4449: Wrong results when metadata cache ...

2016-02-26 Thread adeneche
GitHub user adeneche opened a pull request: https://github.com/apache/drill/pull/392 DRILL-4449: Wrong results when metadata cache is used with specific s… …et of queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/adenech

[jira] [Created] (DRILL-4449) Wrong results when using metadata cache with specific set of queries

2016-02-26 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-4449: --- Summary: Wrong results when using metadata cache with specific set of queries Key: DRILL-4449 URL: https://issues.apache.org/jira/browse/DRILL-4449 Project: Apa

[GitHub] drill pull request: DRILL-3944: Drill MAXDIR Unknown variable or t...

2016-02-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/391 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill pull request: DRILL-4346: Handle NumberFormatException when ...

2016-02-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/384 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill pull request: DRILL-3944: Drill MAXDIR Unknown variable or t...

2016-02-26 Thread parthchandra
Github user parthchandra commented on the pull request: https://github.com/apache/drill/pull/391#issuecomment-189489179 LGTM. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] drill pull request: DRILL-4346: Handle NumberFormatException when ...

2016-02-26 Thread parthchandra
Github user parthchandra commented on the pull request: https://github.com/apache/drill/pull/384#issuecomment-189489129 LGTM +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature en

[jira] [Created] (DRILL-4448) Specification of Ordering (ASC, DESC) on a sort plan node uses Strings for it construction, should also allow for use of the corresponding Calcite Enums

2016-02-26 Thread Jason Altekruse (JIRA)
Jason Altekruse created DRILL-4448: -- Summary: Specification of Ordering (ASC, DESC) on a sort plan node uses Strings for it construction, should also allow for use of the corresponding Calcite Enums Key: DRILL-4448

Re: Avro support in Drill - Missing support for the IN operator and other frustrating things

2016-02-26 Thread Stefán Baxter
Thank you Jason. I do realize that this is an OS project and that everyone is doing their best. There are just a few things I wish I had realized before switching over from JSON to Avro that have caused us a lot of problems and taken a long time. Your work is appreciated and I apologize for let

Re: Avro support in Drill - Missing support for the IN operator and other frustrating things

2016-02-26 Thread Jason Altekruse
Stefan, I'm sorry that we have not been better about getting back to the issues you have filed against the Avro reader. We do appreciate all of the effort you have put into filing thorough bugs and being active in the discussions on the list. I have responded on the bug you filed on this issue [1]

[jira] [Created] (DRILL-4447) Drill seems to ignore TO_DATE(timestamp) when used inside DISTINCT() and GROUP BY

2016-02-26 Thread Ryan Clough (JIRA)
Ryan Clough created DRILL-4447: -- Summary: Drill seems to ignore TO_DATE(timestamp) when used inside DISTINCT() and GROUP BY Key: DRILL-4447 URL: https://issues.apache.org/jira/browse/DRILL-4447 Project:

[jira] [Created] (DRILL-4446) Improve current fragment parallelization module

2016-02-26 Thread Venki Korukanti (JIRA)
Venki Korukanti created DRILL-4446: -- Summary: Improve current fragment parallelization module Key: DRILL-4446 URL: https://issues.apache.org/jira/browse/DRILL-4446 Project: Apache Drill Issu

[jira] [Created] (DRILL-4445) Remove extra code to work around mixture of arrays and Lists used in Logical and Physical query plan nodes

2016-02-26 Thread Jason Altekruse (JIRA)
Jason Altekruse created DRILL-4445: -- Summary: Remove extra code to work around mixture of arrays and Lists used in Logical and Physical query plan nodes Key: DRILL-4445 URL: https://issues.apache.org/jira/browse/

Re: Question about DrillAggFunc

2016-02-26 Thread Jacques Nadeau
I agree that reset() should set properly. -- Jacques Nadeau CTO and Co-Founder, Dremio On Fri, Feb 26, 2016 at 9:51 AM, Abdel Hakim Deneche wrote: > Looking at VarCharAggrFunctions.java I see the following (edited for the > sake of this email): > > setup() { > >... > >value = new Object

Re: The praises for Drill

2016-02-26 Thread Abdel Hakim Deneche
Looking forward to reading the paper! On Fri, Feb 26, 2016 at 10:19 AM, Parth Chandra wrote: > Welcome back Edmon, and thanks for the praise :). Hope to see you on the > next hangout. > > On Thu, Feb 25, 2016 at 7:27 PM, Edmon Begoli wrote: > > > Hello fellow Driilers, > > > > I have been inact

Re: The praises for Drill

2016-02-26 Thread Parth Chandra
Welcome back Edmon, and thanks for the praise :). Hope to see you on the next hangout. On Thu, Feb 25, 2016 at 7:27 PM, Edmon Begoli wrote: > Hello fellow Driilers, > > I have been inactive on the development side of the project, as we got busy > being heavy/power users of the Drill in the last

Question about DrillAggFunc

2016-02-26 Thread Abdel Hakim Deneche
Looking at VarCharAggrFunctions.java I see the following (edited for the sake of this email): setup() { >... >value = new ObjectHolder(); >value.obj = new DrillByteArray() > } > add() { >... >// accesses value.obj.getLength() > } > reset() { >... >value = new ObjectHold

Apache Drill Plan... - Delete: "n"

2016-02-26 Thread Parth Chandra (Google Docs)
Parth Chandra added a suggestion to Apache Drill Plan Syntax (https://docs.google.com/document/d/1QTL8warUYS2KjldQrGUse7zp8eA72VKtLOHwfXy6c7I/edit?disco=AkG85KU&usp=comment_email_discussion) Parth Chandra Delete: "n" You received this email because you are subscribed to all comments on

[GitHub] drill pull request: DRILL-4354: Remove sessions in anonymous (auth...

2016-02-26 Thread vkorukanti
Github user vkorukanti commented on a diff in the pull request: https://github.com/apache/drill/pull/360#discussion_r54273249 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillUserPrincipal.java --- @@ -60,13 +63,21 @@ public String getName() {

[GitHub] drill pull request: DRILL-4354: Remove sessions in anonymous (auth...

2016-02-26 Thread vkorukanti
Github user vkorukanti commented on a diff in the pull request: https://github.com/apache/drill/pull/360#discussion_r54273230 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRestServer.java --- @@ -102,4 +112,34 @@ public void dispose(DrillUserPrincip

Re: The praises for Drill

2016-02-26 Thread Antonio Romero (carnorom)
Can you tell us what the volume of those files was? How many records, how many files, how many columns? Sent from my iPhone > On Feb 25, 2016, at 7:27 PM, "Edmon Begoli" wrote: > > Hello fellow Driilers, > > I have been inactive on the development side of the project, as we got busy > being h

[jira] [Created] (DRILL-4444) Window function query results in IllegalStateException

2016-02-26 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-: - Summary: Window function query results in IllegalStateException Key: DRILL- URL: https://issues.apache.org/jira/browse/DRILL- Project: Apache Drill

[jira] [Created] (DRILL-4443) Query with frame clause RANGE BETWEEN CURRENT ROW AND CURRENT ROW returns NPE

2016-02-26 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4443: - Summary: Query with frame clause RANGE BETWEEN CURRENT ROW AND CURRENT ROW returns NPE Key: DRILL-4443 URL: https://issues.apache.org/jira/browse/DRILL-4443 Project

[GitHub] drill pull request: DRILL-3944: Drill MAXDIR Unknown variable or t...

2016-02-26 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/391 DRILL-3944: Drill MAXDIR Unknown variable or type "FILE_SEPARATOR" 1. Fixed issue with unknown variable or type "FILE_SEPARATOR". 2. Fixed error when directory functions are used outside