szehon-ho commented on a change in pull request #2950:
URL: https://github.com/apache/iceberg/pull/2950#discussion_r684565863



##########
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 honestly always used Metastore and it's like that in most of the Hive 
docs, but I've seen the camel case a lot too.
   
   + @cwsteinbach  @pvary  ?




-- 
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]

Reply via email to