aasha commented on a change in pull request #1362:
URL: https://github.com/apache/hive/pull/1362#discussion_r468322813
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/BaseReplicationScenariosAcidTables.java
##########
@@ -98,6 +98,7 @@ static void internalBeforeClassSetup(Map<String, String>
overrides, Class clazz)
put("hive.metastore.disallow.incompatible.col.type.changes", "false");
put("hive.in.repl.test", "true");
put("metastore.warehouse.tenant.colocation", "true");
+ put(HiveConf.ConfVars.REPL_DATA_COPY_LAZY.varname, "false");
Review comment:
The other tests don't need this flag. Adding it here works fine. Tests
are green.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]