You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/26 04:58:44 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #102: [FLINK-27408] Package Flink runtime dependencies into associated table store modules instead of flink-table-store-dist

tsreaper opened a new pull request, #102:
URL: https://github.com/apache/flink-table-store/pull/102

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #102: [FLINK-27408] Package Flink runtime dependencies into associated table store modules instead of flink-table-store-dist

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #102:
URL: https://github.com/apache/flink-table-store/pull/102


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org