GitHub user hnfgns opened a pull request:

    https://github.com/apache/drill/pull/325

    DRILL-4275: Refactor e/pstore interfaces and their factories to provide a 
unified mechanism to access stores

    The main changes are the following:
    Remove EStore and EStoreProvider interfaces.
    Rename PStore to Store, PStoreProvider to StoreProvider
    Extend Store with getMode():StoreMode that returns store persistence level
    Ensure StoreProvider.getStore(mode) acts like a factory.
    Ensure Store implementations throw StoreException in case of failures and 
handle StoreExceptions
    
    All other files contain very tiny, local, satellite changes like variable 
name updates for name consistency, exception handling et cedera.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hnfgns/incubator-drill DRILL-4275

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/325.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 #325
    
----
commit 5b5dcd52242261050cfac2dfd2bbfc64e103cf12
Author: Hanifi Gunes <[email protected]>
Date:   2016-01-15T01:06:21Z

    DRILL-4275: Refactor e/pstore interfaces and their factories to provide a 
unified mechanism to access stores

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to