Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
as https://issues.apache.org/jira/browse/FLINK-25927 has been merged into flink master branch and 1.15 branch, the flink-connector-base modules has been shaded into many connectors modules, the main change in `pom.xml` as follow:
<relocations> <relocation> <pattern>org.apache.flink.connector.base</pattern> <shadedPattern>org.apache.flink.connector.files.shaded.org.apache.flink.connector.base</shadedPattern> </relocation> </relocations>
now the building of table-store project has been failed caused by above, it should to be updated right now.
Attachments
Issue Links
- links to