Skip to content

Commit

Permalink
Update RelationUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 authored Jan 27, 2025
1 parent b358486 commit b68ab7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public static Set<String> getMvUsedColumnNames(MaterializedIndexMeta meta) {
connectContext.getStatementContext().invalidCache(SessionVariable.DISABLE_NEREIDS_RULES);
}
Map<Boolean, List<Object>> partitionedPlan = logicalPlan
.collect(plan -> true)
.stream()
.collect(Collectors.partitioningBy(
plan -> plan instanceof LogicalProject
Expand Down

0 comments on commit b68ab7c

Please sign in to comment.