You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by kadirozde <gi...@git.apache.org> on 2018/12/13 04:42:48 UTC

[GitHub] phoenix pull request #413: PHOENIX-5025 Tool to clean up orphan views (adden...

GitHub user kadirozde opened a pull request:

    https://github.com/apache/phoenix/pull/413

    PHOENIX-5025 Tool to clean up orphan views (addendum)

    This patch removes Java 8 specific APIs and sets the SCN on the connection that identifies orphan views and links, based on the given or default age argument.

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

    $ git pull https://github.com/kadirozde/phoenix PHOENIX-5025

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

    https://github.com/apache/phoenix/pull/413.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 #413
    
----
commit 7cbb72f8c23f3e53839fc55b0f610f4d99acc7a6
Author: Kadir <ko...@...>
Date:   2018-12-13T01:53:38Z

    PHOENIX-5025 Tool to clean up orphan views (addendum)

----


---