justinmclean commented on issue #5541: URL: https://github.com/apache/gravitino/issues/5541#issuecomment-2469504994
I don't think there any simple solution to this: a) if they are not running the playground, they will likely get an error (as the catalogue may not exist). Other commands before this would have also failed. b) If they have run the other catalogue create command, this will also fail as they would be trying to create a catalogue that already exists. c) Even if we change it to a new unused catalog name, then commands after this will fail as that catalog doesn't exist anymore. d) If we change the later commands, they will fail if a user doesn't rename the catalog. As far as I can see, the commands can potentially fail no matter what solution we pick. Does it matter if a rename command fails with reason if it is there just to show the syntax? I think we prefer one command failing to multiple command failing? -- 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]
