KiranVelumuri commented on PR #5641: URL: https://github.com/apache/hive/pull/5641#issuecomment-2785571977
To implement High Availability (HA) for MySQL using the InnoDB cluster, it is a requirement that primary keys be present for all the tables. So, this PR is for adding primary keys to all such tables in Hive's schema which do not have a primary key defined. For the case of tables which cannot have unique primary keys, I added additional invisible column. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org