[GitHub] drill issue #746: DRILL-5254: Enhance default reduction factors in optimizer

2017-02-13 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/746 Community asks this not be in Drill but rather offered to Calcite. --- 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

[GitHub] drill pull request #746: DRILL-5254: Enhance default reduction factors in op...

2017-02-13 Thread paul-rogers
Github user paul-rogers closed the pull request at: https://github.com/apache/drill/pull/746 --- 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

[jira] [Created] (DRILL-5262) NPE in managed external sort while spilling to disk

2017-02-13 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5262: Summary: NPE in managed external sort while spilling to disk Key: DRILL-5262 URL: https://issues.apache.org/jira/browse/DRILL-5262 Project: Apache Drill

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100938180 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.hpp --- @@ -362,6 +363,7 @@ class DrillClientImpl : public DrillClientImplBase{

[GitHub] drill pull request #738: DRILL-5190: Display planning time for a query in it...

2017-02-13 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/738#discussion_r100925486 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java --- @@ -417,6 +417,9 @@ private void parseAndRunPhysicalPlan(final

Aggregate UDF Question

2017-02-13 Thread Charles Givre
Devs, I’ve been working on an aggregate UDF and I need to include a string in the workspace. Or rather, I need a string to carry over from one iteration to the next. I tried doing this and discovered that any variable length holder is not supported in the Workspace. The string is not the

[GitHub] drill issue #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/578 Just one last comment regarding moving BitConnectionConfig file. Apart from that LGTM. +1 from my side. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100907447 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/BitConnectionConfig.java --- @@ -0,0 +1,106 @@ +/** + * Licensed to the Apache

[GitHub] drill issue #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/578 @sohami @laurentgo any more comments? (I need to push one minor change in config) --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] drill pull request #729: Drill 1328: Support table statistics for Parquet

2017-02-13 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/729#discussion_r100869218 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/statistics/StatisticsMergeBatch.java --- @@ -0,0 +1,532 @@ +/** + *

[GitHub] drill issue #656: DRILL-5034: Select timestamp from hive generated parquet a...

2017-02-13 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/656 @bitblender I've disabled one test, which relies on particular timezone (separate commit) and rebased the branch to the master version. Could you please review? --- If your project is set up

[jira] [Created] (DRILL-5261) Expose REST endpoint in zookeeper

2017-02-13 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created DRILL-5261: -- Summary: Expose REST endpoint in zookeeper Key: DRILL-5261 URL: https://issues.apache.org/jira/browse/DRILL-5261 Project: Apache Drill Issue Type: New Feature