Re: failing to drill zips of jsons

2016-02-23 Thread Jason Altekruse
Drill needs to know what format is stored underneath the compression, the default way this is accomplished is with a compound extension (I don't know if there is an accepted term for this practice). You should be able to read the file if you name it data.json.zip. On Tue, Feb 23, 2016 at 2:53 PM,

failing to drill zips of jsons

2016-02-23 Thread Sharma, Tapan
Hi Gang, I read the following email: http://mail-archives.apache.org/mod_mbox/drill-dev/201412.mbox/%3ccampyv7by21rj1nw5kuhbwn-19mzjpe4np3kzzu294texr96...@mail.gmail.com%3E And I was trying to query from a zip of JSONs and it just fails with Validation error. Any clue what might be wrong? ta

[GitHub] drill pull request: DRILL-4332: Makes vector comparison order stab...

2016-02-23 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/389 DRILL-4332: Makes vector comparison order stable in test framework In the test framework, a vector is a map of . When comparing actual values with baseline, the comparison is made column by colu

[GitHub] drill pull request: DRILL-4410: ListVector should initialize bits ...

2016-02-23 Thread jaltekruse
Github user jaltekruse commented on the pull request: https://github.com/apache/drill/pull/380#issuecomment-187942345 +1 @hsuanyi Does this second test look good to you? I will test this on windows before merging, but I think it should be fine. Will do a small refactoring to use the g

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Neeraja Rentachintala
Norris Quick comment on your point below. The username/password passed currently on the connection string is for authentication purposes and also used for impersonation in case of direct connection from BI tool to Drillbit. That continue to exist, but now the driver needs to be extended to pass an

RE: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Norris Lee
ODBC does not have any standard way to change the user for a connection, so like Sudheesh mentioned, I'm not sure how this would be exposed to the application. I believe some other databases like SQLServer let you change the user via SQL. With regards to interfacing the impersonation feature, i

[jira] [Created] (DRILL-4427) Table not found when querying a parquet table with metadata cache

2016-02-23 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-4427: --- Summary: Table not found when querying a parquet table with metadata cache Key: DRILL-4427 URL: https://issues.apache.org/jira/browse/DRILL-4427 Project: Apache

Re: Hangout Happening Now!

2016-02-23 Thread Jason Altekruse
We can just use the old URL, we saw you were trying to join https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Tue, Feb 23, 2016 at 10:12 AM, Parth Chandra wrote: > Hey Jason, > > We're unable to connect to the hangout. Should we try restarting the > hangout? > > Parth >

Re: Hangout Happening Now!

2016-02-23 Thread Sudheesh Katkam
Same here, I am unable to connect. I get a “Requesting to join the video call..” and then nothing happens. > On Feb 23, 2016, at 10:12 AM, Parth Chandra wrote: > > Hey Jason, > > We're unable to connect to the hangout. Should we try restarting the > hangout? > > Parth > > On Tue, Feb 23, 20

Re: Hangout Happening Now!

2016-02-23 Thread Parth Chandra
Hey Jason, We're unable to connect to the hangout. Should we try restarting the hangout? Parth On Tue, Feb 23, 2016 at 10:04 AM, Jason Altekruse wrote: > https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=1 >

Hangout Happening Now!

2016-02-23 Thread Jason Altekruse
https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=1

[GitHub] drill pull request: DRILL-3488: Allow Java 1.8

2016-02-23 Thread adeneche
GitHub user adeneche opened a pull request: https://github.com/apache/drill/pull/388 DRILL-3488: Allow Java 1.8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/adeneche/incubator-drill DRILL-3488 Alternatively you can review and

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53815227 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[jira] [Created] (DRILL-4426) Review storage and format plugins like parquet, JSON, Avro, Hive, etc. to ensure they fail with useful error messages including filename, column, etc.

2016-02-23 Thread Jason Altekruse (JIRA)
Jason Altekruse created DRILL-4426: -- Summary: Review storage and format plugins like parquet, JSON, Avro, Hive, etc. to ensure they fail with useful error messages including filename, column, etc. Key: DRILL-4426

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53812052 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53811953 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53811472 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillConstExecutor.java --- @@ -98,11 +98,37 @@ // - CHAR, SYMBOL

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Sudheesh Katkam
> Do you have an interface proposal? I didn't see that. Are you referring to the Drill client interface to used by applications? > Also, what do you think about my comment and Keys response about moving > pooling to the Driver and then making "connection" lightweight. An API to change the user

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53809552 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFunctionRegistry.java --- @@ -92,38 +94,46 @@ public DrillFunctionRegistry(ScanResul

[jira] [Created] (DRILL-4425) Handle blank column names in Hbase in CONVERT_FROM

2016-02-23 Thread Saurabh Nigam (JIRA)
Saurabh Nigam created DRILL-4425: Summary: Handle blank column names in Hbase in CONVERT_FROM Key: DRILL-4425 URL: https://issues.apache.org/jira/browse/DRILL-4425 Project: Apache Drill Issue

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756634 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFuncHolder.java --- @@ -264,22 +265,43 @@ public boolean isFieldReader(int i) {

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756698 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/FunctionTemplate.java --- @@ -55,12 +55,19 @@ FunctionScope scope()

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756645 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFuncHolder.java --- @@ -264,22 +265,43 @@ public boolean isFieldReader(int i) {

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756583 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFuncHolder.java --- @@ -264,22 +265,43 @@ public boolean isFieldReader(int i) {

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756495 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756134 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53756051 --- Diff: logical/src/main/java/org/apache/drill/common/expression/visitors/ExprVisitor.java --- @@ -43,30 +43,61 @@ import org.apache.drill.common.expre

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53755712 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/FunctionTemplate.java --- @@ -109,6 +116,16 @@ public int getValue() {

[GitHub] drill pull request: Drill 4372 for review

2016-02-23 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/377#discussion_r53755632 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillConstExecutor.java --- @@ -98,11 +98,37 @@ // - CHAR, SYMBOL