Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SNAP 3104] Showing external hive metastore tables as part of HIVETABLES VTI #1472

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2019

  1. Changes to provide details of tables stored in external hive metastore

    as part of SYS.HIVETABLES VTI.
    
    Pending: Changes are tested by picking first available snappysession
    from ConnectionIdToSnappySession map instead of picking the correct
    SnappySession for given connection id.
    Vatsal Mevada committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    b783d54 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. - passing connection id from server while calling

    `ExternalHiveTablesCollectorFunction`.
    - added copyright headers
    Vatsal Mevada committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c4db3cd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Fixing profile update issue.

    Vatsal Mevada committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e0c9d35 View commit details
    Browse the repository at this point in the history
  2. clean up

    Vatsal Mevada committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    932c6ad View commit details
    Browse the repository at this point in the history
  3. Passing current schema as argument of ExternalHiveTablesCollectorFunc…

    …tion
    
    which will be used to retrieve hive tables available in current schema.
    Vatsal Mevada committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    ac58c57 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Fetching hive tables from all schemas instead of tables from only

    current schema.
    Vatsal Mevada committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    dd1c9db View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge branch 'master' into SNAP-3104

    # Conflicts:
    #	cluster/src/main/scala/io/snappydata/gemxd/ClusterCallbacksImpl.scala
    #	core/src/main/scala/io/snappydata/util/ServiceUtils.scala
    Vatsal Mevada committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e3be0e3 View commit details
    Browse the repository at this point in the history