rdblue commented on a change in pull request #2950:
URL: https://github.com/apache/iceberg/pull/2950#discussion_r687860289
##########
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:
I'd say Metastore. Capitalizing the S was to match the class name.
--
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]