yukuai518 commented on a change in pull request #2707: [GOBBLIN-851] Provide 
capability to disable Hive partition schema registration.
URL: https://github.com/apache/incubator-gobblin/pull/2707#discussion_r313063000
 
 

 ##########
 File path: 
gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/HiveRegistrationUnit.java
 ##########
 @@ -418,6 +421,11 @@ public T withTableName(String tableName) {
       return (T) this;
     }
 
+    public T withRegisterSchema(boolean registerSchema) {
 
 Review comment:
   This is the builder method, so that our gobblin-hive-registration can set 
weather the partition needs to register schema.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to