[ https://issues.apache.org/jira/browse/HIVE-17733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195295#comment-16195295 ]
ASF GitHub Bot commented on HIVE-17733: --------------------------------------- GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/258 HIVE-17733 Moved RawStore, implementations, and some classes they depend on. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17733 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/258.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #258 ---- commit c6221d3305e0be74b63ec13902bff90cb355ccd1 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-24T00:04:18Z Moved Filter.g and ExpressionTree. As part of this I had to move PARTITION_DATE_FORMAT from HiveMetaStore to MetaStoreUtils. Without this the move would have had to wait until I moved HiveMetaStore. But this caused a cascade of other things to have to wait, so that I would have ended up with one huge patch that moves everything. commit b7a555b27e993250ec2f7c53916d8aaf4d56e495 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-24T22:53:20Z Moved NDV classes in prep for moving Stats mergers. commit fa7602a290f5691242319cf74fbd021808cc088b Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-24T23:12:36Z Moved ColumnStatsMerger and implementors. commit 7089ee49ee579e0ef034d73543e96db207c871f1 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-25T00:08:34Z Moved MetaStoreDirectSql, StatObjectConverter, and ColumnStatsAggregator and implementations. Combined all of these together because there was a circular dependence. commit e1d74d08237e7ddcdbb64a90915771ccd5d20199 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-25T23:37:33Z Moved PartFilterExprUtil commit fd6b77ee78dece36dd239510dc4c9623cd81370c Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-31T00:00:05Z Moved stats data inspectors commit 9fb4cede04a302f90641aec94a1f91c91a120b79 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-26T01:36:15Z Moved RawStore and friends. commit 416d88ae19c5c51bc97ba5c12d3dd03bc58e36f7 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-28T22:16:02Z Moved RawStoreProxy and associated test. commit 6aac3bb41b5923e179b7c508a0c0373e2c217f6f Author: Alan Gates <ga...@hortonworks.com> Date: 2017-10-06T21:51:23Z Changes to make it compile after rebase. Also split TestObjectStore so that I could move the majority of it to standalone-metastore (since ObjectStore is now there) but left a couple of tests in metastore since they reference EventMessage which hasn't moved yet. ---- > Move RawStore to standalone metastore > ------------------------------------- > > Key: HIVE-17733 > URL: https://issues.apache.org/jira/browse/HIVE-17733 > Project: Hive > Issue Type: Sub-task > Components: Metastore > Reporter: Alan Gates > Assignee: Alan Gates > Labels: pull-request-available > > This includes moving implementations of RawStore (like ObjectStore), > MetastoreDirectSql, and stats related classes like ColumnStatsAggregator and > the NDV classes. -- This message was sent by Atlassian JIRA (v6.4.14#64029)