[ 
https://issues.apache.org/jira/browse/DRILL-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007849#comment-14007849
 ] 

Krystal commented on DRILL-789:
-------------------------------

git.commit.id.abbrev=f948d71

Running the same query, I am getting the following error:
message: "Failure while running fragment. < IllegalStateException:[ Failure 
while closing accountor.  Expected private and shared pools to be set to 
initial values.  However, one or more were not.  Stats are
        zone    init    allocated       delta 
        private 1000000 1000000 0 
        shared  9999000000      9998996414      3586. ]"
]

Stack trace:
java.lang.IllegalStateException: Failure while closing accountor.  Expected 
private and shared pools to be set to initial values.  However, one or more 
were not.  Stats are
zone    init    allocated       delta 
private 1000000 1000000 0 
shared  9999000000      9998996414      3586.
org.apache.drill.exec.memory.AtomicRemainder.close(AtomicRemainder.java:164) 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.memory.Accountor.close(Accountor.java:156) 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.memory.TopLevelAllocator$ChildAllocator.close(TopLevelAllocator.java:170)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.ops.OperatorContext.close(OperatorContext.java:56) 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.stop(PartitionSenderRootExec.java:353)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:114)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
[na:1.7.0_45]
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
[na:1.7.0_45]
java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]

> Left outer join returns "null" values for columns from the right table
> ----------------------------------------------------------------------
>
>                 Key: DRILL-789
>                 URL: https://issues.apache.org/jira/browse/DRILL-789
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Krystal
>         Attachments: DRILL-789.patch
>
>
> git.commit.id.abbrev=5d7e3d3
> 0: jdbc:drill:schema=dfs> select voter.name voter_name, voter.registration 
> registration, student.name student_name, student.gpa gpa from voter left 
> outer join student on (student.name = voter.name) where voter.age < 30;
> +------------+--------------+--------------+------------+
> | voter_name | registration | student_name |    gpa     |
> +------------+--------------+--------------+------------+
> | [B@6ca2652 | [B@4199d4f9  | null         | null       |
> | [B@5a6d4914 | [B@3cd8ee6d  | null         | null       |
> | [B@460d5550 | [B@155c1b1e  | null         | null       |
> | [B@51f85986 | [B@7bd9675   | null         | null       |
> | [B@2fe0df4b | [B@5463cd7b  | null         | null       |
> | [B@64477185 | [B@e6e0632   | null         | null       |



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to