Steve Carlin created IMPALA-13902: ------------------------------------- Summary: returnsAtMostOneRow should be part of the planner interface Key: IMPALA-13902 URL: https://issues.apache.org/jira/browse/IMPALA-13902 Project: IMPALA Issue Type: Sub-task Reporter: Steve Carlin
In AnalysisContext, there is a method "returnsAtMostOneRow" on the SelectStmt that is used for result spooling. This is inaccessible in its current state by the Calcite planner since it is on StatementBase. The code should be refactored to handle this. -- This message was sent by Atlassian Jira (v8.20.10#820010)