sankarh commented on a change in pull request #579: HIVE-21109 : Support stats 
replication for ACID tables.
URL: https://github.com/apache/hive/pull/579#discussion_r273981487
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestStatsReplicationScenarios.java
 ##########
 @@ -224,6 +236,17 @@ private void 
verifyNoPartitionStatsReplicationForMetadataOnly(String tableName)
     }
   }
 
+  private String getCreateTableProperties() {
+    if (acidTableKindToUse != null) {
+      if (acidTableKindToUse.equals("orc")) {
 
 Review comment:
   To be clear, the name can be "full_acid" and "mm_acid". In fact. MM table 
can be created on Orc data.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to