[GitHub] drill pull request #710: DRILL-5126: Provide simplified, unified "cluster fi...

2016-12-27 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/710 DRILL-5126: Provide simplified, unified "cluster fixture" for test Drill provides a robust selection of test frameworks that have evolved to satisfy the needs of a variety of test cases.

[GitHub] drill pull request #709: DRILL-5156: BootStrapContext should close threads

2016-12-27 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/709 DRILL-5156: BootStrapContext should close threads The Bit-Client thread (that's the thread name) finds a closed allocator in TestDrillbitResilience unit test. This fix (along with DRILL-5157)

[GitHub] drill issue #698: DRILL-5136: Server unable to prepare non SELECT queries

2016-12-27 Thread superbstreak
Github user superbstreak commented on the issue: https://github.com/apache/drill/pull/698 Closing PR due to widen scope. --- 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

[GitHub] drill pull request #698: DRILL-5136: Server unable to prepare non SELECT que...

2016-12-27 Thread superbstreak
Github user superbstreak closed the pull request at: https://github.com/apache/drill/pull/698 --- 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

[GitHub] drill pull request #708: DRILL-5152: Enhance the mock data source: better da...

2016-12-27 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/708 DRILL-5152: Enhance the mock data source: better data, SQL access Provides an enhanced version of the mock data source. See the JIRA entry for motivation, package-info.java for details of

[GitHub] drill pull request #707: DRILL-5157: Multiple Snappy versions on class path

2016-12-27 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/707 DRILL-5157: Multiple Snappy versions on class path Multiple Snappy versions on class path; causes unit test failures. Drill's pom.xml files bring in multiple Snappy versions. Drill

Apache Drill Hangout Minutes - 12/27/16

2016-12-27 Thread Arina Yelchiyeva
Attendees: John, Vitalli, Roman, Serhii, Arina 1) John: email with NPE during select text file with options (email to user list from Dec 8). It's hard to tell from error what is the reason of the failure. Probably data set is needed to find the root cause. 2) Arina: when in storage plugin is

Re: [HANGOUT] Suggestions for topics for 27/12

2016-12-27 Thread Arina Yelchiyeva
Handout is starting now. On Mon, Dec 26, 2016 at 1:23 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hi all, > > The bi-weekly hangout is tomorrow (27/12/16, 10 AM PST). If you have any > suggestions > for topics for tomorrow, please add to this thread. We will also ask for >

[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2016-12-27 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r93939395 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/PlannerSettings.java --- @@ -241,6 +244,10 @@ public long

[GitHub] drill pull request #706: DRILL-5039: NPE - CTAS PARTITION BY (

2016-12-27 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/706 DRILL-5039: NPE - CTAS PARTITION BY () 1. Moved varchar `newPartitionValue` functions to `NewValueFunctions` template: a. took advantage of code generation for varchar

[jira] [Created] (DRILL-5165) wrong results - LIMIT ALL and OFFSET clause in same query

2016-12-27 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5165: - Summary: wrong results - LIMIT ALL and OFFSET clause in same query Key: DRILL-5165 URL: https://issues.apache.org/jira/browse/DRILL-5165 Project: Apache Drill

Get/Set Session Options from UDFs

2016-12-27 Thread Nagarajan Chinnasamy
Hi, I need to get/set session options from a UDF that I am developing. Please let me know how I can do this. Best Regards, Nagu.