saihemanth-cloudera commented on code in PR #6432:
URL: https://github.com/apache/hive/pull/6432#discussion_r3088751433
##########
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:
I see, compiler will add this if it is missing. So it makes sense to add
transactional property, if we are directly calling metastore client.
--
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]