You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/22 23:32:03 UTC

[22/52] [abbrv] hive git commit: HIVE-10289: Support filter on non-first partition key and non-string partition key (Daniel Dai reviewed by Alan Gates)

HIVE-10289: Support filter on non-first partition key and non-string partition key (Daniel Dai reviewed by Alan Gates)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/5e16d53e
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/5e16d53e
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/5e16d53e

Branch: refs/heads/llap
Commit: 5e16d53e98e44567bbfa1b291f8a927a3e3e4b9b
Parents: 9d9dd72
Author: Daniel Dai <da...@hortonworks.com>
Authored: Mon Aug 24 11:20:55 2015 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Mon Aug 24 11:20:55 2015 -0700

----------------------------------------------------------------------
 .../metastore/hbase/HbaseMetastoreProto.java    | 3732 +++++++++++++++++-
 .../metastore/hbase/HBaseFilterPlanUtil.java    |  341 +-
 .../hive/metastore/hbase/HBaseReadWrite.java    |  114 +-
 .../hadoop/hive/metastore/hbase/HBaseStore.java |   11 +-
 .../hadoop/hive/metastore/hbase/HBaseUtils.java |  129 +-
 .../metastore/hbase/PartitionKeyComparator.java |  292 ++
 .../metastore/hbase/hbase_metastore_proto.proto |   25 +
 .../hbase/TestHBaseFilterPlanUtil.java          |  278 +-
 .../BinarySortableSerDeWithEndPrefix.java       |   41 +
 9 files changed, 4702 insertions(+), 261 deletions(-)
----------------------------------------------------------------------