rdblue commented on issue #406: Throw an exception when using Iceberg with Spark embedded metastore URL: https://github.com/apache/incubator-iceberg/pull/406#issuecomment-524417782 I think the problem is that we use an embedded metastore for testing. This is only a problem if the embedded metastore DB is open in another process or doesn't have the LOCKS table, right? Maybe we should just catch those failures and throw an exception with a helpful message instead of not allowing any embedded metastore.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
