[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81438806 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java --- @@ -408,6 +411,12 @@ private LogicalExpression

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81438289 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java --- @@ -408,6 +411,12 @@ private LogicalExpression

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81440134 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/AnsiToJoda.java --- @@ -0,0 +1,58 @@ +/* +* Licensed to the Apache Software

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81438363 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/AnsiToJoda.java --- @@ -0,0 +1,58 @@ +/* +* Licensed to the Apache Software

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81439112 --- Diff: logical/src/main/java/org/apache/drill/common/expression/fn/JodaDateValidator.java --- @@ -0,0 +1,213 @@ +/* +* Licensed to the Apache

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81440360 --- Diff: logical/src/main/java/org/apache/drill/common/expression/fn/JodaDateValidator.java --- @@ -0,0 +1,213 @@ +/* +* Licensed to the Apache

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2016-09-30 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/581#discussion_r81438265 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java --- @@ -408,6 +411,12 @@ private LogicalExpression

[jira] [Created] (DRILL-4921) Scripts drill_config.sh, drillbit.sh, and drill-embedded fail when accessed via a symbolic link

2016-09-30 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-4921: --- Summary: Scripts drill_config.sh, drillbit.sh, and drill-embedded fail when accessed via a symbolic link Key: DRILL-4921 URL: https://issues.apache.org/jira/browse/DRILL-4921

Re: ZK lost connectivity issue on large cluster

2016-09-30 Thread François Méthot
After the 30 seconds gap, all the Drill nodes receives the following: 2016-09-26 20:07:38,629 [Curator-ServiceCache-0] Debug Active drillbit set changed. Now includes 220 total bits. New Active drill bits ...faulty node is not on the list... 2016-09-26 20:07:38,897 [Curator-ServiceCache-0]

[GitHub] drill pull request #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-09-30 Thread jaltekruse
Github user jaltekruse commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r81396800 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -918,18 +916,22 @@ public void setMax(Object max) {

Re: select count(1) : Cannot convert Indexed schema to NamePart

2016-09-30 Thread Zelaine Fong
This looks like it probably got introduced some time shortly before the 1.8 release went out. I tried your query on one of the early release candidate builds for 1.8, and your query works fine in that older build. We'll put this on the list to take a look at. Thanks for reporting this. --

[GitHub] drill pull request #600: DRILL-4373: Drill and Hive have incompatible timest...

2016-09-30 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/600 DRILL-4373: Drill and Hive have incompatible timestamp representations in parquet - added sys/sess option "store.parquet.int96_as_timestamp"; - added int96 to timestamp converter for both

[jira] [Created] (DRILL-4920) Connect to json file on web (http/https)

2016-09-30 Thread Michael Rans (JIRA)
Michael Rans created DRILL-4920: --- Summary: Connect to json file on web (http/https) Key: DRILL-4920 URL: https://issues.apache.org/jira/browse/DRILL-4920 Project: Apache Drill Issue Type:

Re: select count(1) : Cannot convert Indexed schema to NamePart

2016-09-30 Thread François Méthot
I have created a ticket: https://issues.apache.org/jira/browse/DRILL-4919 The error happen on csv with header. The actual error from the Drill's original TextFormatPlugin is Error: UNSUPPORTED_OPERATION ERROR: With extractHeader enabled, only header names are supported Forget about the

[jira] [Created] (DRILL-4919) select count(1) on csv with header no longer works

2016-09-30 Thread JIRA
F Méthot created DRILL-4919: --- Summary: select count(1) on csv with header no longer works Key: DRILL-4919 URL: https://issues.apache.org/jira/browse/DRILL-4919 Project: Apache Drill Issue Type: