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,
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 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 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
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
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
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
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
>
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
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
>
https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=1
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 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
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 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 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 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
> 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 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
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 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 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 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 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 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 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 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 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 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
29 matches
Mail list logo