zabetak commented on PR #6371: URL: https://github.com/apache/hive/pull/6371#issuecomment-4116463969
> So why does the CREATE TABLE command pass while ALTER TABLE and DROP TABLE fail? @thomasrebele The `parseDbName` API should not be used by new code. Some commands fail because they are relying in this "legacy" method and they shouldn't. The ideal fix would be to stop using `parseDbName` in the respective code path. Nevertheless, I am not opposed to improving a bit `parseDbName` if we can make it more predictable. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
