Description
The test has been failing for some time with following error.
Error Message Table after deserialization should have been identical to sourceTable. expected:<[TABLE_PROPERTIES]> but was:<[]> Stacktrace java.lang.AssertionError: Table after deserialization should have been identical to sourceTable. expected:<[TABLE_PROPERTIES]> but was:<[]> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation(TestHCatClient.java:1065)