[ 
https://issues.apache.org/jira/browse/HIVE-25272?focusedWorklogId=613900&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-613900
 ]

ASF GitHub Bot logged work on HIVE-25272:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Jun/21 08:46
            Start Date: 23/Jun/21 08:46
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #2413:
URL: https://github.com/apache/hive/pull/2413#discussion_r656888895



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java
##########
@@ -3048,17 +3059,12 @@ public static void validateAcidPartitionLocation(String 
location, Configuration
    * @param tree AST
    */
   public static TxnType getTxnType(Configuration conf, ASTNode tree) {
-    final ASTSearcher astSearcher = new ASTSearcher();
-
+    int tp = tree.getToken().getType();

Review comment:
       Oops!! Was using it while debugging something. Missed to remove it. Will 
do.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 613900)
    Time Spent: 2.5h  (was: 2h 20m)

> READ transactions are getting logged in NOTIFICATION LOG
> --------------------------------------------------------
>
>                 Key: HIVE-25272
>                 URL: https://issues.apache.org/jira/browse/HIVE-25272
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Pravin Sinha
>            Assignee: Pravin Sinha
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> While READ transactions are already skipped from getting logged in 
> NOTIFICATION logs, few are still getting logged. Need to skip those 
> transactions as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to