-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27490/
-----------------------------------------------------------
Review request for hive and Thejas Nair.
Bugs: HIVE-8703
https://issues.apache.org/jira/browse/HIVE-8703
Repository: hive-git
Description
-------
- TestStorageBasedMetastoreAuthorizationReads - needs to call
WindowsPathUtil.convertPathsFromWindowsToHdfs()
- TestAuthorizationApiAuthorizer - created role should have a name. This was
causing TestLocationQueries to fail when run together because
TestLocationQueries was unable to drop a role with a null name. This one fails
on Unix as well.
- create_like.q, stats_noscan_2.q: system:hive.root wasn't working on Windows,
change test to use system:test.tmp.dir.
- Also update the golden files for a few Windows-only .q file tests
Diffs
-----
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestAuthorizationApiAuthorizer.java
e65bf4d
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/StorageBasedMetastoreTestBase.java
b59d2e1
ql/src/test/queries/clientpositive/create_like.q eb9f191
ql/src/test/queries/clientpositive/stats_noscan_2.q b106b30
ql/src/test/results/clientpositive/input_part10_win.q.out 92df63c
ql/src/test/results/clientpositive/load_dyn_part14_win.q.out 13b6c0b
ql/src/test/results/clientpositive/scriptfile1_win.q.out 1f84bd3
Diff: https://reviews.apache.org/r/27490/diff/
Testing
-------
Thanks,
Jason Dere