simhadri-g commented on code in PR #3307:
URL: https://github.com/apache/hive/pull/3307#discussion_r887249049
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/CreateTableOperation.java:
##########
@@ -99,7 +99,8 @@ public int execute() throws HiveException {
createTableNonReplaceMode(tbl);
}
- DDLUtils.addIfAbsentByName(new WriteEntity(tbl,
WriteEntity.WriteType.DDL_NO_LOCK), context);
+ DDLUtils.addIfAbsentByName(new WriteEntity(tbl,
WriteEntity.WriteType.DDL_NO_LOCK), context);
Review Comment:
Removed populating outputs in CreateTableOperation from the previous commit
and retained it only in SemanticAnalyze. So, when removing the previous code,
extra space has crept in.
Will remove the extra line and space.
--
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]