saihemanth-cloudera commented on code in PR #6432:
URL: https://github.com/apache/hive/pull/6432#discussion_r3088697909
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetastoreTransformer.java:
##########
@@ -1276,7 +1276,7 @@ public void testTransformerAlterTable() throws Exception {
table_params = new StringBuilder();
table_params.append("key1=val1");
table_params.append(";");
- table_params.append("transactional_properties=insert_only");
+
table_params.append("transactional=true;transactional_properties=insert_only");
Review Comment:
When the table type is managed, do we still need to mention
transaction='true' in the table props?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]