[GitHub] drill pull request #798: DRILL-5297: when the generated plan mismatches, Pla...

2017-03-24 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/798 DRILL-5297: when the generated plan mismatches, PlanTest print the ge… …nerated plan along with expected pattern You can merge this pull request into a Git repository by running: $ git

[GitHub] drill pull request #797: DRILL-5286: No need to convert when the relNode and...

2017-03-24 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/797 DRILL-5286: No need to convert when the relNode and target candidate … …set are the same You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill pull request #796: DRILL-5365: DrillFileSystem setConf in constructor....

2017-03-24 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/796 DRILL-5365: DrillFileSystem setConf in constructor. DrillFileSystem c… …ould be created based on provided URI. You can merge this pull request into a Git repository by running: $ git

[GitHub] drill issue #781: DRILL-5351: Minimize bounds checking in var len vectors fo...

2017-03-24 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/781 +1 --- 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

[jira] [Created] (DRILL-5384) Sort cannot directly access map members, causes a data copy

2017-03-24 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5384: -- Summary: Sort cannot directly access map members, causes a data copy Key: DRILL-5384 URL: https://issues.apache.org/jira/browse/DRILL-5384 Project: Apache Drill

[GitHub] drill pull request #795: DRILL-5089: Get only partial schemas of relevant st...

2017-03-24 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/795 DRILL-5089: Get only partial schemas of relevant storage plugins inst… …ead of all storages ahead. 1. For each query, rootSchema is empty, add schemas of a storage plugin only when

[GitHub] drill issue #792: DRILL-4971: Query encounters system error, when there aren...

2017-03-24 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/792 +1 --- 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

[GitHub] drill pull request #794: DRILL-5375: Nested loop join: return correct result...

2017-03-24 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/794#discussion_r107957723 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java --- @@ -70,27 +70,65 @@ private static final

[GitHub] drill pull request #794: DRILL-5375: Nested loop join: return correct result...

2017-03-24 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/794#discussion_r107982807 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/NestedLoopJoinBatch.java --- @@ -214,26 +226,62 @@ private boolean

[jira] [Created] (DRILL-5383) Several impersonation unit tests fail in unit test

2017-03-24 Thread Chunhui Shi (JIRA)
Chunhui Shi created DRILL-5383: -- Summary: Several impersonation unit tests fail in unit test Key: DRILL-5383 URL: https://issues.apache.org/jira/browse/DRILL-5383 Project: Apache Drill Issue

[jira] [Created] (DRILL-5382) Error: Missing function implementation: [isnotnull(MAP-REQUIRED)]

2017-03-24 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5382: - Summary: Error: Missing function implementation: [isnotnull(MAP-REQUIRED)] Key: DRILL-5382 URL: https://issues.apache.org/jira/browse/DRILL-5382 Project: Apache

[jira] [Created] (DRILL-5381) convert_from(col, 'TIMESTAMP_IMPALA') returns incorrect timestamp if there are multiple nulls

2017-03-24 Thread Krystal (JIRA)
Krystal created DRILL-5381: -- Summary: convert_from(col, 'TIMESTAMP_IMPALA') returns incorrect timestamp if there are multiple nulls Key: DRILL-5381 URL: https://issues.apache.org/jira/browse/DRILL-5381

[jira] [Resolved] (DRILL-4647) C++ client is not propagating a connection failed error when a drillbit goes down

2017-03-24 Thread Zelaine Fong (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zelaine Fong resolved DRILL-4647. - Resolution: Fixed Fix Version/s: 1.8.0 > C++ client is not propagating a connection failed

[jira] [Created] (DRILL-5380) Document the usage of drill's parquet "date auto correction" flag

2017-03-24 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5380: Summary: Document the usage of drill's parquet "date auto correction" flag Key: DRILL-5380 URL: https://issues.apache.org/jira/browse/DRILL-5380 Project:

[GitHub] drill pull request #792: DRILL-4971: Query encounters system error, when the...

2017-03-24 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/792#discussion_r107943909 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestEvaluationVisitor.java --- @@ -72,6 +73,37 @@ public void x() throws Exception{

[GitHub] drill pull request #792: DRILL-4971: Query encounters system error, when the...

2017-03-24 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/792#discussion_r107922769 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestEvaluationVisitor.java --- @@ -72,6 +73,37 @@ public void x() throws Exception{

Re: Single Hdfs block per parquet file

2017-03-24 Thread François Méthot
Done, Thanks for the feedback https://issues.apache.org/jira/browse/DRILL-5379 On Thu, Mar 23, 2017 at 4:29 PM, Kunal Khatua wrote: > This seems like a reasonable feature request. It could also be expanded to > detect the underlying block size for the location being written

[jira] [Created] (DRILL-5379) Set Hdfs Block Size based on Parquet Block Size

2017-03-24 Thread JIRA
F Méthot created DRILL-5379: --- Summary: Set Hdfs Block Size based on Parquet Block Size Key: DRILL-5379 URL: https://issues.apache.org/jira/browse/DRILL-5379 Project: Apache Drill Issue Type:

[GitHub] drill pull request #792: DRILL-4971: Query encounters system error, when the...

2017-03-24 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/792#discussion_r107901014 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/EvaluationVisitor.java --- @@ -671,8 +674,9 @@ private HoldingContainer