You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Rajesh Balamohan <rb...@apache.org> on 2020/05/18 01:17:24 UTC

Review Request 72522: HIVE-23488: Optimise PartitionManagementTask::Msck::repair

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72522/
-----------------------------------------------------------

Review request for hive, Ashutosh Chauhan and prasanthj.


Repository: hive-git


Description
-------

Ends up fetching table information twice. Patch fixes this.


Diffs
-----

  ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveMetaStoreChecker.java 520eb1b5c0 
  standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreChecker.java 6f4400a8ef 
  standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java f4e109d1b0 


Diff: https://reviews.apache.org/r/72522/diff/1/


Testing
-------


Thanks,

Rajesh Balamohan