Re: Drill query does not return all results from HBase

2016-03-20 Thread Aditya
Finally managed to reproduce it with CDH distribution (So far I was testing with HBase 1.1 distributed with MapR, which does not have this bug). This is essentially an HBase bug, HBASE-13262[1], which has been fixed in 1.0.1, 1.1.0. Please update your HBase distribution. [1]

[GitHub] drill pull request: DRILL-3623: For limit 0 queries, use a shorter...

2016-03-20 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/405#discussion_r56783075 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/DirectScanPrule.java --- @@ -0,0 +1,40 @@ +/** + * Licensed to the

[GitHub] drill pull request: DRILL-4006: Ensure the position of MapWriters ...

2016-03-20 Thread hsuanyi
Github user hsuanyi closed the pull request at: https://github.com/apache/drill/pull/242 --- 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 pull request: DRILL-4323: When converting HiveParquetScan To...

2016-03-20 Thread hsuanyi
Github user hsuanyi closed the pull request at: https://github.com/apache/drill/pull/349 --- 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 pull request: DRILL-4490: Ensure the count generated by Conv...

2016-03-20 Thread hsuanyi
Github user hsuanyi closed the pull request at: https://github.com/apache/drill/pull/423 --- 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 pull request: Drill 4372 for review

2016-03-20 Thread hsuanyi
Github user hsuanyi closed the pull request at: https://github.com/apache/drill/pull/377 --- 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 pull request: DRILL-4510: Force Union-All to happen in a sin...

2016-03-20 Thread hsuanyi
Github user hsuanyi closed the pull request at: https://github.com/apache/drill/pull/433 --- 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

RE: Drill query does not return all results from HBase

2016-03-20 Thread Kumiko Yada
Hello, I provided all information that was requested; however, I haven't heard back anything since February 24. Is anyone taking look at this? Are there any workarounds? https://issues.apache.org/jira/browse/DRILL-4271 Thanks Kumiko -Original Message- From: Aditya

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56426944 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillSqlAggOperatorNotInfer.java --- @@ -0,0 +1,43 @@ +/** + *

[GitHub] drill pull request: DRILL-4459: SchemaChangeException while queryi...

2016-03-20 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/431#discussion_r56645171 --- Diff: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestInbuiltHiveUDFs.java --- @@ -43,4 +47,17 @@ public void testEncode()

[jira] [Created] (DRILL-4516) Transform SUM(1) query to COUNT(1)

2016-03-20 Thread Sudip Mukherjee (JIRA)
Sudip Mukherjee created DRILL-4516: -- Summary: Transform SUM(1) query to COUNT(1) Key: DRILL-4516 URL: https://issues.apache.org/jira/browse/DRILL-4516 Project: Apache Drill Issue Type:

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56426746 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/planner/sql/HiveUDFOperatorNotInfer.java --- @@ -0,0 +1,44 @@ +/** + *

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56426515 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFunctionRegistry.java --- @@ -122,6 +127,13 @@ public int size(){ }

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56431299 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillOperatorTable.java --- @@ -26,34 +33,88 @@ import

Re: Aggregation OutOfMemoryException

2016-03-20 Thread Abdel Hakim Deneche
actually: sort limit = MQMPN / (NS * MPN * NC * 0.7) On Wed, Mar 16, 2016 at 6:30 PM, Abdel Hakim Deneche wrote: > sort memory limit is computed, as follows: > > MQMPN = planner.memory.max_query_memory_per_node > MPN = planner.width.max_per_node > NC = number of core in

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56456027 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java --- @@ -0,0 +1,740 @@ +/** + * Licensed to the

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56426878 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillOperatorTable.java --- @@ -26,34 +33,88 @@ import

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread hsuanyi
Github user hsuanyi commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56455656 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFunctionRegistry.java --- @@ -92,23 +118,106 @@ public

[GitHub] drill pull request: DRILL-4376: Wrong results when doing a count(*...

2016-03-20 Thread adeneche
Github user adeneche closed the pull request at: https://github.com/apache/drill/pull/422 --- 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 pull request: Drill 4372 review

2016-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56431197 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/DrillFunctionRegistry.java --- @@ -17,40 +17,66 @@ */ package

[GitHub] drill pull request: Drill 4372 review

2016-03-20 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/397#discussion_r56427623 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillSqlOperatorNotInfer.java --- @@ -0,0 +1,76 @@ +/** + * Licensed to