deniskuzZ commented on a change in pull request #2413:
URL: https://github.com/apache/hive/pull/2413#discussion_r656874508
##########
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:
doesn't seem to be used anywhere
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]