tanishq-chugh commented on PR #6253: URL: https://github.com/apache/hive/pull/6253#issuecomment-3700090300
@Aggarwal-Raghav my bad, yes its 4, Thanks for catching this, changing it. For the second part, `entity.getType() == PARTITION`, it was to fix - [HIVE-26646](https://issues.apache.org/jira/browse/HIVE-26446), without this the TablesWritten field won't get populated for the INSERT query attached in description : `INSERT INTO tbl_test_part PARTITION (b=1) VALUES (11);` -- 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]
