Last active
August 29, 2015 14:19
-
-
Save andypern/84d402ad3188d28bfd5b to your computer and use it in GitHub Desktop.
A03+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.apache.drill.exec.work.foreman.Foreman.run():213 | |
java.util.concurrent.ThreadPoolExecutor.runWorker():1145 | |
java.util.concurrent.ThreadPoolExecutor$Worker.run():615 | |
java.lang.Thread.run():745 | |
Caused By (java.lang.AssertionError) Internal error: Error while applying rule PruneScanRule:Filter_On_Project, args [rel#36143:DrillFilterRel.LOGICAL.ANY([]).[](child=rel#36141:Subset#1.LOGICAL.ANY([]).[],condition=AND(=($31, 'LN_EURPARTY0088'), LIKE($0, '%TD06%'))), rel#36151:DrillProjectRel.LOGICAL.ANY([]).[](child=rel#36150:Subset#8.LOGICAL.ANY([]).[],c_ocode=CAST($141):VARCHAR(100) CHARACTER SET "ISO-8859-1" COLLATE "ISO-8859-1$en_US$primary",r_date=$139,clearing_status=CAST($106):VARCHAR(10) CHARACTER SET "ISO-8859-1" COLLATE "ISO-8859-1$en_US$primary",effective_date_leg_1 | |
<snip> | |
then down at the bottom: | |
org.eigenbase.util.Util.newInternal():750 | |
org.eigenbase.relopt.volcano.VolcanoRuleCall.onMatch():246 | |
org.eigenbase.relopt.volcano.VolcanoPlanner.findBestExp():661 | |
net.hydromatic.optiq.tools.Programs$RuleSetProgram.run():165 | |
net.hydromatic.optiq.prepare.PlannerImpl.transform():278 | |
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.convertToDrel():196 | |
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.getPlan():137 | |
org.apache.drill.exec.planner.sql.DrillSqlWorker.getPlan():154 | |
org.apache.drill.exec.work.foreman.Foreman.runSQL():772 | |
org.apache.drill.exec.work.foreman.Foreman.run():204 | |
java.util.concurrent.ThreadPoolExecutor.runWorker():1145 | |
java.util.concurrent.ThreadPoolExecutor$Worker.run():615 | |
java.lang.Thread.run():745 | |
Caused By (java.lang.AssertionError) null | |
org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator$EvalVisitor.isBitOn():490 | |
org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator$EvalVisitor.visitBooleanAnd():434 | |
org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator$EvalVisitor.visitBooleanOperator():332 | |
org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator$EvalVisitor.visitBooleanOperator():147 | |
org.apache.drill.common.expression.BooleanOperator.accept():36 | |
org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator.evaluate():80 | |
org.apache.drill.exec.planner.logical.partition.PruneScanRule.doOnMatch():225 | |
org.apache.drill.exec.planner.logical.partition.PruneScanRule$1.onMatch():89 | |
org.eigenbase.relopt.volcano.VolcanoRuleCall.onMatch():223 | |
org.eigenbase.relopt.volcano.VolcanoPlanner.findBestExp():661 | |
net.hydromatic.optiq.tools.Programs$RuleSetProgram.run():165 | |
net.hydromatic.optiq.prepare.PlannerImpl.transform():278 | |
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.convertToDrel():196 | |
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.getPlan():137 | |
org.apache.drill.exec.planner.sql.DrillSqlWorker.getPlan():154 | |
org.apache.drill.exec.work.foreman.Foreman.runSQL():772 | |
org.apache.drill.exec.work.foreman.Foreman.run():204 | |
java.util.concurrent.ThreadPoolExecutor.runWorker():1145 | |
java.util.concurrent.ThreadPoolExecutor$Worker.run():615 | |
java.lang.Thread.run():745 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment