Caizhi Weng created FLINK-27408: ----------------------------------- Summary: Package Flink runtime dependencies into associated table store modules instead of flink-table-store-dist Key: FLINK-27408 URL: https://issues.apache.org/jira/browse/FLINK-27408 Project: Flink Issue Type: Sub-task Components: Table Store Reporter: Caizhi Weng
Currently all Flink dependencies needed at runtime (for example, flink-sql-avro) by table store are packaged in flink-table-store-dist module. If we would like to enable other systems to read from table store in the future all these dependencies need to be copied to the distribution module of that system. So instead we should move these dependencies to the associated table store module so that the number of dependencies in flink-table-store-dist can be decreased. -- This message was sent by Atlassian Jira (v8.20.7#820007)