----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71762/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-22308 https://issues.apache.org/jira/browse/HIVE-22308 Repository: hive-git Description ------- Azure has been used as a filesystem for Hive, but its various schemes aren't registered under HiveConf.HIVE_BLOBSTORE_SUPPORTED_SCHEMES. Found the list of elements in: https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/FileSystemUriSchemes.java Diffs ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java afee315378 common/src/test/org/apache/hadoop/hive/common/TestBlobStorageUtils.java b135be82a2 Diff: https://reviews.apache.org/r/71762/diff/1/ Testing ------- Modified related unit test Thanks, Dávid Lavati