StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
189 stars 152 forks source link

[UT]: fix flink shaded guava class not found error in ut #336

Open Jin-H opened 6 months ago

Jin-H commented 6 months ago

What type of PR is this:

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

Caused by: java.lang.NoClassDefFoundError: org/apache/flink/shaded/guava31/com/google/common/collect/Sets
    at org.apache.flink.formats.raw.RawFormatFactory.<clinit>(RawFormatFactory.java:130)
    ... 5 more

Checklist:

Jin-H commented 6 months ago

@banmoy could you help review it?