Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Mar 15, 2024
1 parent fae1ba5 commit cc8726d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.table.planner.calcite.FlinkRelBuilder;
import org.apache.flink.table.planner.calcite.FlinkRelFactories;
import org.apache.flink.table.runtime.operators.rank.ConstantRankRange;
import org.apache.flink.table.runtime.operators.rank.RankType;

Expand Down Expand Up @@ -210,6 +211,7 @@ public interface CorrelateSortToRankRuleConfig extends RelRule.Config {
CorrelateSortToRankRule.CorrelateSortToRankRuleConfig DEFAULT =
ImmutableCorrelateSortToRankRule.CorrelateSortToRankRuleConfig.builder()
.build()
.withRelBuilderFactory(FlinkRelFactories.FLINK_REL_BUILDER())
.withOperandSupplier(
b0 ->
b0.operand(Correlate.class)
Expand Down

0 comments on commit cc8726d

Please sign in to comment.