aokolnychyi commented on a change in pull request #2950:
URL: https://github.com/apache/iceberg/pull/2950#discussion_r684554789
##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -251,12 +251,12 @@ public void createNamespace(Namespace namespace,
Map<String, String> meta) {
namespace);
} catch (TException e) {
- throw new RuntimeException("Failed to create namespace " + namespace + "
in Hive MataStore", e);
+ throw new RuntimeException("Failed to create namespace " + namespace + "
in Hive MetaStore", e);
Review comment:
Out of curiosity, how do Hive folks prefer to write it? `MetaStore` or
`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.
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]