File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -870,7 +870,6 @@ public void testCreationWithoutConditionalOverwrite()
870
870
Configuration config = new Configuration (this .getRawConfiguration ());
871
871
config .set ("fs.azure.enable.conditional.create.overwrite" ,
872
872
String .valueOf (false ));
873
- AzureBlobFileSystemStore store = currentFs .getAbfsStore ();
874
873
875
874
final AzureBlobFileSystem fs =
876
875
(AzureBlobFileSystem ) FileSystem .newInstance (currentFs .getUri (),
@@ -894,7 +893,6 @@ public void testCreationOverwriteFalseWithoutConditionalOverwrite()
894
893
Configuration config = new Configuration (this .getRawConfiguration ());
895
894
config .set ("fs.azure.enable.conditional.create.overwrite" ,
896
895
String .valueOf (false ));
897
- AzureBlobFileSystemStore store = currentFs .getAbfsStore ();
898
896
899
897
final AzureBlobFileSystem fs =
900
898
(AzureBlobFileSystem ) FileSystem .newInstance (currentFs .getUri (),
You can’t perform that action at this time.
0 commit comments