----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24770/ -----------------------------------------------------------
Review request for hive. Repository: hive-git Description ------- improve the columns stats update speed for all the partitions of a table Diffs ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 7f4afd9 metastore/if/hive_metastore.thrift cb326f4 metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h 0e328dd metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp 23b5edf metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp 4bcb2e6 metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h 9f583a4 metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp 4768128 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsRequest.java 96caab6 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsResult.java ba65da6 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java 87444d2 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java 813d5f5 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java 5d3bf75 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java b938d7d metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java 49f4e56 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java f860028 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java 1a99948 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java 217a3c1 metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SetPartitionsStatsRequest.java PRE-CREATION metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java 6da732e metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java 554601a metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java fb06b6c metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php 653b60c metastore/src/gen/thrift/gen-php/metastore/Types.php 6cdffd5 metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote e430c77 metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py 450018b metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py e13243b metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb bd05eba metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb 74964b4 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 84ef5f9 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java 237166e metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java 143d1c7 metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java 767cffc metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java dbb7d37 metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java 0364385 metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java 4eba2b0 metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java 78ab19a ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsTask.java 94afaba ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 6f225f3 Diff: https://reviews.apache.org/r/24770/diff/ Testing ------- Thanks, pengcheng xiong