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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
