ramesh0201 commented on code in PR #5369:
URL: https://github.com/apache/hive/pull/5369#discussion_r1876804180
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/DDLUtils.java:
##########
@@ -190,8 +190,6 @@ public static String getFQName(ASTNode node) {
public static void addDbAndTableToOutputs(Database database, TableName
tableName, TableType type, boolean isTemporary,
Map<String, String> properties, Set<WriteEntity> outputs) {
- outputs.add(new WriteEntity(database, WriteEntity.WriteType.DDL_SHARED));
Review Comment:
@difin thank you for looking into this. The issue was later found to be in
the Ranger project and fixed in the same. So I am closing this jira.
--
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]