Steve Carlin created IMPALA-13841:
-------------------------------------
Summary: Refactor AnalysisResult to make it immutable and simpler
Key: IMPALA-13841
URL: https://issues.apache.org/jira/browse/IMPALA-13841
Project: IMPALA
Issue Type: Improvement
Reporter: Steve Carlin
AnalysisContext has an AnalysisResult class which contains objects to be used
by the Planner.
AnalysisResult would be cleaner if:
a) its members are "final", thus making it immutable
b) AnalysisContext didn't reference anything off of AnalysisResult directly
c) Making Analysis result POJO-ish, so that it only contains results of
analysis and no methods like "createAnalyzer"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]