ashutosh-bapat 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_r266524121
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
##########
@@ -2377,9 +2382,15 @@ private void setStatsPropAndAlterPartitions(boolean
resetStatistics, Table tbl,
LOG.debug(sb.toString());
}
+ String validWriteIdList = null;
+ Long writeId = 0L;
Review comment:
Done.
----------------------------------------------------------------
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