Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
hive-3,java-8,sqlstdauth/ranger auth enabled.
Description
GetTablesOperation pull all the tables meta irrespective of auth.
dbvisualizer and other ui based jdbc client pull tableemta similar to following operation:
ResultSet res = con.getMetaData().getTables("", "", "%", new String[] { "TABLE", "VIEW" });