Skip to content

Commit

Permalink
Optimized.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Oct 31, 2024
1 parent 77785e9 commit 859d8ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,8 @@ FileSystem getFileSystem(Path path, Map<String, String> config) throws IOExcepti
(int)
propertiesMetadata
.catalogPropertiesMetadata()
.getOrDefault(config, HadoopCatalogPropertiesMetadata.GET_FILESYSTEM_TIMEOUT_SECONDS);
.getOrDefault(
config, HadoopCatalogPropertiesMetadata.GET_FILESYSTEM_TIMEOUT_SECONDS);
try {
AtomicReference<FileSystem> fileSystem = new AtomicReference<>();
Awaitility.await()
Expand Down

0 comments on commit 859d8ac

Please sign in to comment.