-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45152/
-----------------------------------------------------------
Review request for sentry and Colin Ma.
Bugs: SENTRY-1156
https://issues.apache.org/jira/browse/SENTRY-1156
Repository: sentry
Description
-------
for the Tests like TestDbColumnLevelMetaDataOps#testShowNewColumn()
establishSession(USER1_1);
statement.execute("USE " + TEST_COL_METADATA_OPS_DB);
We should add statement.execute("USE " + TEST_COL_METADATA_OPS_DB); before
executing queries...
Diffs
-----
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestDbColumnLevelMetaDataOps.java
a454202
Diff: https://reviews.apache.org/r/45152/diff/
Testing
-------
Thanks,
Dapeng Sun