maheshk114 commented on a change in pull request #572: HIVE-21430 : INSERT into 
a dynamically partitioned table with autogather stats disabled throws a 
MetaException
URL: https://github.com/apache/hive/pull/572#discussion_r266400761
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
 ##########
 @@ -2626,6 +2637,7 @@ private void constructOneLBLocationMap(FileStatus fSta,
     }
 
     boolean isTxnTable = AcidUtils.isTransactionalTable(tbl);
+    AcidUtils.TableSnapshot tableSnapshot = getTableSnapshot(tbl, writeId);
 
 Review comment:
   can be done only for txn table 

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


With regards,
Apache Git Services

Reply via email to