Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Mar 6, 2024
1 parent 53d79f8 commit e0635c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ public class Analysis
// for materialized view analysis state detection, state is used to identify if materialized view has been expanded or in-process.
private final Map<Table, MaterializedViewAnalysisState> materializedViewAnalysisStateMap = new HashMap<>();

private final HashSet<QualifiedObjectName> views = new HashSet<>();

private final Map<QualifiedObjectName, String> materializedViews = new LinkedHashMap<>();

private Optional<String> expandedQuery = Optional.empty();
Expand Down

0 comments on commit e0635c3

Please sign in to comment.