deniskuzZ commented on code in PR #5890:
URL: https://github.com/apache/hive/pull/5890#discussion_r2163213375
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DirectSqlUpdatePart.java:
##########
@@ -473,15 +467,13 @@ private void setAnsiQuotes(Connection dbConn) throws
SQLException {
* @return map of partition key to column stats if successful, null
otherwise.
*/
public Map<String, Map<String, String>>
updatePartitionColumnStatistics(Map<String, ColumnStatistics> partColStatsMap,
- Table tbl, long csId,
+ Table tbl,
String validWriteIds,
long writeId,
List<TransactionalMetaStoreEventListener> transactionalListeners)
throws MetaException {
- Transaction tx = pm.currentTransaction();
Review Comment:
is it safe to remove?
--
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]