deniskuzZ commented on code in PR #5216:
URL: https://github.com/apache/hive/pull/5216#discussion_r1624180115


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/add/AlterTableAddPartitionAnalyzer.java:
##########
@@ -86,6 +86,7 @@ protected void postProcess(TableName tableName, Table table, 
AlterTableAddPartit
 
         if (writeId == null) {
           // so that we only allocate a writeId if actually adding data (vs. 
adding a partition w/o data)
+          queryState.getValidTxnList();

Review Comment:
   it's not, instead it's taken from conf



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to