null pointer at AbstractSqlAccessor.getString()

2016-01-05 Thread Devender Yadav
I am testing Drill JDBC. While fetching results, I got null pointer at org.apache.drill.exec.vector.accessor.AbstractSqlAccessor.getString(AbstractSqlAccessor.jav a:101) Below mentioned method is throwing null pointer becaue getObject(rowOffset) returns null for null values & null.toString() is

Re: null pointer at AbstractSqlAccessor.getString()

2016-01-05 Thread Jason Altekruse
Hi Devender, Thank you for the issue report, I'll make sure this gets assigned for a fix soon. - Jason Altekruse On Tue, Jan 5, 2016 at 2:33 AM, Devender Yadav wrote: > I am testing Drill JDBC. While fetching results, I got null pointer at > > >

[jira] [Created] (DRILL-4247) Parquet statistics are ignored for tables created with partitioning

2016-01-05 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-4247: --- Summary: Parquet statistics are ignored for tables created with partitioning Key: DRILL-4247 URL: https://issues.apache.org/jira/browse/DRILL-4247 Project:

Hangout starting in 5 minutes

2016-01-05 Thread Jason Altekruse
Come join the Drill community in our weekly hangout meeting to find out what is going on with Drill right now. https://plus.google.com/hangouts/_/dremio.com/drillhangout Some items I would like to discuss this week: - 1.5 release, issues left to fix, when would we like to target for a vote -

Re: Time for a 1.5 release?

2016-01-05 Thread Jason Altekruse
I am working on a fix for Drill-4203 that I would like to have included in 1.5. A user trying to read dates out of a Drill produced parquet file from spark was getting back incorrect data. Unfortunately we have been writing a non-standard format for dates that we have just been reading correctly

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
GitHub user adeneche opened a pull request: https://github.com/apache/drill/pull/317 Drill 4236: ExternalSort should use the new allocator functionality to better manage it's memory usage @StevenMPhillips can you please review ? You can merge this pull request into a Git

Re: Time for a 1.5 release?

2016-01-05 Thread Abdel Hakim Deneche
I just noticed that we never fixed DRILL-4174 [1], it's a one line fix and would like to get it in 1.5 release. [1] https://issues.apache.org/jira/browse/DRILL-4174 On Mon, Jan 4, 2016 at 1:59 PM, Abdel Hakim Deneche wrote: > We are seeing an IllegalStateException in one

Re: Time for a 1.5 release?

2016-01-05 Thread Kristine Hahn
https://issues.apache.org/jira/browse/DRILL-4239 (Drill reported not to work on 32-bit Windows) has been opened as a doc bug, but maybe we're actually talking about a product bug. If so, how about a fix in 1.5? Kristine Hahn Sr. Technical Writer 415-497-8107 @krishahn skype:krishahn On Mon, Jan

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread StevenMPhillips
Github user StevenMPhillips commented on the pull request: https://github.com/apache/drill/pull/317#issuecomment-169122198 +1 LGTM --- 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

[jira] [Created] (DRILL-4248) CONVERT_FROM/BYTE_SUBSTR does not work with long string match in WHERE block

2016-01-05 Thread Alfie You (JIRA)
Alfie You created DRILL-4248: Summary: CONVERT_FROM/BYTE_SUBSTR does not work with long string match in WHERE block Key: DRILL-4248 URL: https://issues.apache.org/jira/browse/DRILL-4248 Project: Apache

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread StevenMPhillips
Github user StevenMPhillips commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48902637 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
Github user adeneche commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48906697 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
Github user adeneche commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48904668 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
Github user adeneche commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48899265 --- Diff: common/src/main/java/org/apache/drill/common/exceptions/UserException.java --- @@ -50,7 +50,15 @@ */ public static Builder

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread StevenMPhillips
Github user StevenMPhillips commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48900539 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
Github user adeneche commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48901914 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48897480 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48899082 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[GitHub] drill pull request: Drill 4236: ExternalSort should use the new al...

2016-01-05 Thread adeneche
Github user adeneche commented on a diff in the pull request: https://github.com/apache/drill/pull/317#discussion_r48901098 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -588,36 +571,29 @@ public BatchGroup

[jira] [Resolved] (DRILL-4228) Wrong query is mentioned "To identify drill-version" in documentation.

2016-01-05 Thread Kristine Hahn (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristine Hahn resolved DRILL-4228. -- Resolution: Fixed Assignee: Kristine Hahn Thanks, Dev! Fixed. > Wrong query is mentioned

[jira] [Resolved] (DRILL-4236) ExternalSort should use the new allocator functionality to better manage it's memory usage

2016-01-05 Thread Deneche A. Hakim (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deneche A. Hakim resolved DRILL-4236. - Resolution: Fixed Fixed in 884c5b09554d7d74e0709b61c37ade319665a850 > ExternalSort

Re: Hangout starting in 5 minutes

2016-01-05 Thread Jason Altekruse
Notes: Drill hangout - 1/5/2016 Vicky, Andries, Hakim, Aman, Julien, Jason, Charles Drill 1.5 release thread, number of outstanding issues to solve Parquet dates - metadata migration may be needed for old files - check migration tool to make sure it doesn't update already known