klion26 commented on issue #3352: URL: https://github.com/apache/amoro/issues/3352#issuecomment-2586009437
@justinmclean Thanks for reminding us about the license information. Currently, Amoro stores the information used for ha/upgrade in a database(which can be MySql or Postgresql for now), and we do not include MySQL when releasing. This issue here wants to add a profile that can be activated(default value is off) by the user who uses Mysql as the database to store their data used by Amoro, the dependency of MySQL would not been included in the Apache Amoro distribution. In other words, this issue did not change the content for the Apache Amoro distribution, it only added a feature for the users to easily package the MySQL dependency into their inner distribution or in their development env. Does this align with the Apache Linces? or we can just add a `provided` dependency of MySql in our pom.xml, and can' support such profile to change the dependency scope from `provided` to `compile` in the pom.xml(with default value to `provided` and releasing with `provided` scope) cc @zhoujinsong please correct me if there is something wrong -- 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]
