[ 
https://issues.apache.org/jira/browse/HIVE-20499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604262#comment-16604262
 ] 

Hive QA commented on HIVE-20499:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12938392/HIVE-20499.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 14928 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/13597/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13597/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13597/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12938392 - PreCommit-HIVE-Build

> GetTablesOperation pull all the tables meta irrespective of auth.
> -----------------------------------------------------------------
>
>                 Key: HIVE-20499
>                 URL: https://issues.apache.org/jira/browse/HIVE-20499
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 3.1.0
>         Environment: hive-3,java-8,sqlstdauth/ranger auth enabled.
>            Reporter: Rajkumar Singh
>            Assignee: Rajkumar Singh
>            Priority: Major
>         Attachments: HIVE-20499.patch
>
>
> GetTablesOperation pull all the tables meta irrespective of auth.
> dbvisualizer and other ui based jdbc client pull tableemta similar to 
> following operation:
> {code}
> ResultSet res = con.getMetaData().getTables("", "", "%", new String[] { 
> "TABLE", "VIEW" });
> {code}
> https://github.com/rajkrrsingh/HiveServer2JDBCSample/blob/master/src/main/java/TestConnection.java#L20



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to