Skip to content

Commit

Permalink
update shaded guava from 31 to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed Aug 12, 2024
1 parent 2186114 commit d637909
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@

package org.apache.flink.table.runtime.operators.rank;

import org.apache.flink.shaded.guava32.com.google.common.cache.RemovalCause;
import org.apache.flink.shaded.guava32.com.google.common.cache.RemovalListener;
import org.apache.flink.shaded.guava32.com.google.common.cache.RemovalNotification;
import org.apache.flink.streaming.api.operators.KeyContext;
import org.apache.flink.table.data.RowData;
import org.apache.flink.util.function.ThrowingConsumer;

import org.apache.flink.shaded.guava31.com.google.common.cache.RemovalCause;
import org.apache.flink.shaded.guava31.com.google.common.cache.RemovalListener;
import org.apache.flink.shaded.guava31.com.google.common.cache.RemovalNotification;

/**
* A common cache removal listener for rank node.
*
Expand Down

0 comments on commit d637909

Please sign in to comment.