[jira] [Created] (DRILL-4895) StreamingAggBatch code generation issues

2016-09-16 Thread Gautam Kumar Parai (JIRA)
Gautam Kumar Parai created DRILL-4895: - Summary: StreamingAggBatch code generation issues Key: DRILL-4895 URL: https://issues.apache.org/jira/browse/DRILL-4895 Project: Apache Drill

[GitHub] drill pull request #588: Added test cases

2016-09-16 Thread gparai
GitHub user gparai opened a pull request: https://github.com/apache/drill/pull/588 Added test cases Added testcases to verify plans and run the same for the group-by and non group-by cases. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill issue #587: DRILL-4894: Fix unit test failure in 'storage-hive/core' m...

2016-09-16 Thread gparai
Github user gparai commented on the issue: https://github.com/apache/drill/pull/587 +1, unit tests passed. --- 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,

[GitHub] drill pull request #585: DRILL-3898 : Sort spill was modified to catch all e...

2016-09-16 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/585#discussion_r79267883 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -592,11 +592,14 @@ public BatchGroup

[GitHub] drill pull request #587: DRILL-4894: Fix unit test failure in 'storage-hive/...

2016-09-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/587 --- 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

[GitHub] drill issue #587: DRILL-4894: Fix unit test failure in 'storage-hive/core' m...

2016-09-16 Thread adityakishore
Github user adityakishore commented on the issue: https://github.com/apache/drill/pull/587 I have verified that this does not alter the content of binary package. --- 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

[GitHub] drill issue #587: DRILL-4894: Fix unit test failure in 'storage-hive/core' m...

2016-09-16 Thread chunhui-shi
Github user chunhui-shi commented on the issue: https://github.com/apache/drill/pull/587 +1, unit test passed. --- 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

[GitHub] drill pull request #585: DRILL-3898 : Sort spill was modified to catch all e...

2016-09-16 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/585#discussion_r79255636 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.java --- @@ -592,11 +592,14 @@ public BatchGroup

[GitHub] drill pull request #587: DRILL-4894: Fix unit test failure in 'storage-hive/...

2016-09-16 Thread adityakishore
GitHub user adityakishore opened a pull request: https://github.com/apache/drill/pull/587 DRILL-4894: Fix unit test failure in 'storage-hive/core' module Exclude 'hadoop-mapreduce-client-core' and 'hadoop-auth' as transitive dependencies from 'hbase-server' You can merge this pull

Re: System/session options

2016-09-16 Thread Vitalii Diravka
Looks like there is no way to get SessionOptionManager in Metadata class from anywhere. The question isn't actual. I will take a look to store the option in ParquetPluginConfig. Thanks, Sudheesh. Kind regards Vitalii 2016-09-16 19:11 GMT+03:00 Sudheesh Katkam : > Can you

Drill with Proto Buffers or Apache Thrift

2016-09-16 Thread Pradeeban Kathiravelu
Hi, We are evaluating Drill for data with multi-dimensional array. We like to keep the overhead low. So we decided against using flatten() to query the multi-dimensional array. Similarly using the indices to refer to the array elements is simply infeasible as our array is dynamic and we will not

[jira] [Created] (DRILL-4894) Fix unit test failure in 'storage-hive/core' module

2016-09-16 Thread Aditya Kishore (JIRA)
Aditya Kishore created DRILL-4894: - Summary: Fix unit test failure in 'storage-hive/core' module Key: DRILL-4894 URL: https://issues.apache.org/jira/browse/DRILL-4894 Project: Apache Drill

Re: System/session options

2016-09-16 Thread Sudheesh Katkam
Can you provide more details about your case? DRILL-3363 requests for a nice error message for options that cannot be set at session level (there is no handle to a UserSession in some cases e.g. function registry). AFAIK currently, such statements are no ops. Thank you, Sudheesh > On Sep 16,

System/session options

2016-09-16 Thread Vitalii Diravka
Hi all! I am going to add one new option and it looks like I can use it only at the system level (Metadata class). I saw this task https://issues.apache.org/jira/browse/DRILL-3363. Does it mean that only system-wide-variables could be used in drill (without appropriate session options)? Kind

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-16 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r79155363 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -186,4 +226,105 @@ public boolean