Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
Description
The replication tests which exclusively test ACID table replication are adding transactional properties to the create table/alter table statements when creating the table. Instead they should use hive.strict.managed.tables = true in those tests. Tests derived from BaseReplicationScenariosAcidTables, TestStatsReplicationScenariosACID, TestStatsReplicationScenariosACIDNoAutogather, TestStatsReplicationScenariosMM, TestStatsReplicationScenariosMMNoAutogather and TestReplicationScenariosIncrementalLoadAcidTables are examples of those. Change all such tests use hive.strict.managed.tables = true. Some of these tests create non-acid tables for testing, which will then require explicit 'transactional'=false set when creating the tables.
With this change we might see some test failures (See subtasks). Please create subtasks for those so that it can be tracked within this JIRA.