[GitHub] drill issue #858: DRILL-3640: Support JDBC Statement.setQueryTimeout(int)

2017-06-26 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/858 @laurentgo Updated based on the review comments. The Timeout Executor Service is now maintained for the lifetime of a connection and closed during shutdown. Also refactored by introducing

[GitHub] drill issue #851: DRILL-5518: Test framework enhancements

2017-06-26 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/851 Rebased on latest master. --- 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

[GitHub] drill issue #840: DRILL-5517: Size-aware set methods in value vectors

2017-06-26 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/840 Rebased on master. Resolved merge conflict. --- 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

[GitHub] drill pull request #858: DRILL-3640: Support JDBC Statement.setQueryTimeout(...

2017-06-26 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/858#discussion_r124068854 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/TimeoutTrigger.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the Apache Software

Re: [DISCUSS] Drill 1.11.0 release

2017-06-26 Thread Arina Yelchiyeva
Hi Charles, You create Drill Jira for this purpose but please add doc-impact label so when your changes will be committed, functions are documented. Drill stores UDFs in org.apache.drill.exec.expr.fn.impl package, you may add your UDFs there. Please make sure your code complies with Drill

Re: [DISCUSS] Drill 1.11.0 release

2017-06-26 Thread Charles Givre
Hi Arina, I have some UDFs which I’d love to include in version 1.11 which are available (and documented) here: https://github.com/cgivre/drill-crypto-functions and https://github.com/cgivre/drill-network-functions

[jira] [Created] (DRILL-5609) Resources leak on parquet table when the query hangs with CANCELLATION_REQUESTED state

2017-06-26 Thread Roman (JIRA)
Roman created DRILL-5609: Summary: Resources leak on parquet table when the query hangs with CANCELLATION_REQUESTED state Key: DRILL-5609 URL: https://issues.apache.org/jira/browse/DRILL-5609 Project: Apache

[GitHub] drill issue #853: DRILL-5130: Implement DrillValuesRel and ValuePrel as Calc...

2017-06-26 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/853 Merged into master with commit id 33682be99e719dce9cb326e2835ebc4ae434104a --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] drill pull request #853: DRILL-5130: Implement DrillValuesRel and ValuePrel ...

2017-06-26 Thread arina-ielchiieva
Github user arina-ielchiieva closed the pull request at: https://github.com/apache/drill/pull/853 --- 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

Re: [DISCUSS] Drill 1.11.0 release

2017-06-26 Thread Parth Chandra
Thanks Arina for volunteering to do the release. Please continue to use this thread for the discussion or start a new one, whichever is convenient. Parth On Fri, Jun 23, 2017 at 10:52 AM, Jinfeng Ni wrote: > +1 do Drill 1.11 release soon, and Arina as the new release manager.