swuferhong commented on pull request #3361: URL: https://github.com/apache/hudi/pull/3361#issuecomment-888104415
hi @jsbali , when I tested the new hive sync code. I found if one database exists and hive sync mode setting as 'hms', every hive sync process wound throw database alreadyExists exception, so I tried to fix this problem and adding tests. And I also found a bug that $client.getDatabase(databaseName) throw noSuchObjectException instead of returning null while there is no database exists, which will influence the result when autoCreateDatabase setting false. Please have a look, thank you! -- 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]
