Skip to content

Commit

Permalink
[fix][fn][branch-3.0] Add missing import
Browse files Browse the repository at this point in the history
- fixes a cherry-picking issue in commit 510ac3b which cherry-picked #23618 to branch-3.0
  • Loading branch information
lhotari committed Nov 22, 2024
1 parent dd07bd6 commit f68f282
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
import org.apache.pulsar.common.policies.data.FunctionStatus;
import org.apache.pulsar.common.policies.data.FunctionStatusUtil;
import org.apache.pulsar.common.policies.data.SchemaCompatibilityStrategy;
import org.apache.pulsar.common.policies.data.SubscriptionStats;
import org.apache.pulsar.common.policies.data.TopicStats;
import org.apache.pulsar.common.schema.KeyValue;
import org.apache.pulsar.common.schema.KeyValueEncodingType;
Expand Down

0 comments on commit f68f282

Please # to comment.