-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69585/
-----------------------------------------------------------
Review request for hive, Peter Vary, Sergio Pena, and Vihang Karajgaonkar.
Bugs: HIVE-20776
https://issues.apache.org/jira/browse/HIVE-20776
Repository: hive-git
Description
-------
add filtering to read result at HMS server, so user cannot see metadata he/she
has no privileges. Filtering is enabled/disabled based on configuration.
Diffs
-----
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
fb0b2fe
standalone-metastore/metastore-server/pom.xml 895abfc
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
0a1b96d
Diff: https://reviews.apache.org/r/69585/diff/1/
Testing
-------
Existing unit tests passed.
Will add new unit tests for filtering at HMS server in next update of this jira
Will add code to enabled/disable filtering at HMS client based on configuration
in next update of this jira
Thanks,
Na Li