[ https://issues.apache.org/jira/browse/HIVE-8811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205911#comment-14205911 ]
Gopal V commented on HIVE-8811: ------------------------------- The inner break confused me for a moment. I like the use of labelled break statements for this, but I can't find that used anywhere other than the auto-generated code, so desisting from rewriting it to {code} Set<Set<Operator<?>>> components = getComponents(procCtx); INNERLOOP: for (Set<Operator<?>> component : components) { ... removeEventOperator(component); break INNERLOOP; } {code} > Dynamic partition pruning can result in NPE during query compilation > -------------------------------------------------------------------- > > Key: HIVE-8811 > URL: https://issues.apache.org/jira/browse/HIVE-8811 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Gunther Hagleitner > Assignee: Gunther Hagleitner > Attachments: HIVE-8811.1.patch, HIVE-8811.1.patch > > > Bug in tarjan's algo results in incorrect strongly connected components. I've > seen this manifest itself as an NPE in TezCompiler. -- This message was sent by Atlassian JIRA (v6.3.4#6332)