[ https://issues.apache.org/jira/browse/HIVE-26053?focusedWorklogId=746393&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746393 ]
ASF GitHub Bot logged work on HIVE-26053: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Mar/22 08:15 Start Date: 23/Mar/22 08:15 Worklog Time Spent: 10m Work Description: deniskuzZ commented on a change in pull request #3116: URL: https://github.com/apache/hive/pull/3116#discussion_r832972843 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/ddl/view/drop/DropViewAnalyzer.java ########## @@ -50,7 +50,7 @@ public void analyzeInternal(ASTNode root) throws SemanticException { Table view = getTable(viewName, throwException); if (view != null) { inputs.add(new ReadEntity(view)); - outputs.add(new WriteEntity(view, WriteEntity.WriteType.DDL_EXCLUSIVE)); + outputs.add(new WriteEntity(view, WriteEntity.WriteType.DDL_NO_LOCK)); // see AcidUtils.needsLock(output) Review comment: there are 2 separate PR for that, already reviewed by @kasakrisz -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 746393) Time Spent: 20m (was: 10m) > Non blocking DROP VIEW > ---------------------- > > Key: HIVE-26053 > URL: https://issues.apache.org/jira/browse/HIVE-26053 > Project: Hive > Issue Type: Task > Reporter: Denys Kuzmenko > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > DROP VIEW shouldn't acquire any locks -- This message was sent by Atlassian Jira (v8.20.1#820001)