commit 63f68378d9d7361ea687619b1c6654c43c3c55a7 Author: Alan Gates Date: Thu Apr 2 16:34:56 2015 -0700 HIVE-10205 Replaced accidentially removed lines. diff --git metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java index db5339c..98f7ff1 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java @@ -1433,6 +1433,12 @@ void updateStatistics(String dbName, String tableName, String partName, List * Get statistics for a set of partitions * * @param dbName name of database table is in - * @param tableName table partitions are in + * @param tblName table partitions are in * @param partNames names of the partitions, used only to set values inside the return stats * objects * @param partVals partition values for each partition, needed because this class doesn't know how