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

SDENT-167 #553

Open
wants to merge 1 commit into
base: snappy/master
Choose a base branch
from
Open

SDENT-167 #553

wants to merge 1 commit into from

Conversation

snappy-sachin
Copy link

Changes proposed in this pull request

  • Updating metadata.properties and metadata_lc.properties files
    to hide internal schemas from external JDBC Tools.

Patch testing

  • Tested manually using snappy shell and JDBC tools like DbVisualizer and DBeaver.

Is precheckin with -Pstore clean?

  • Yet to run.

ReleaseNotes changes

(Does this change require an entry in ReleaseNotes? If yes, has it been added to it?)

Other PRs

  • NA

 - Updating metadata.properties and metadata_lc.properties files
   to hide internal schemas from external JDBC Tools.
CAST(NULL AS VARCHAR(128)) AS TABLE_CATALOG \
FROM SYS.HIVETABLES \
WHERE SCHEMANAME LIKE ? \
AND SCHEMANAME NOT IN ('NULLID', 'SNAPPY_HIVE_METASTORE','SQLJ','SYSCAT', \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Neeraj,

I have added check for internal schema names in SYS.HIVETABLES query also. Is it really required ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant