cloudera-labs / hms-mirror

"hms-mirror" is a utility used to bridge the gap between two clusters and migrate hive metadata.
Apache License 2.0
13 stars 8 forks source link

Database input duplication #125

Closed dstreev closed 1 month ago

dstreev commented 1 month ago

When you re-add a database via a Warehouse Plan, you double up the database in the list of db's to check.

dstreev commented 1 month ago

Fixed by making the database list a 'Set' vs. a 'List' (TreeSet). So it can only accommodate unique values.