| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@xborder I fixed the CI on main. Can you please rebase? |
Sorry, something went wrong.
|
Sorry, probably need to rebase again. |
Sorry, something went wrong.
| try { | ||
| super.close(); | ||
| } finally { | ||
| hdfsFileSystems.forEach(FileSystemDatasetFactory::closeHadoopFileSystem); | ||
| } |
There was a problem hiding this comment.
nit: could we use AutoCloseables here?
Sorry, something went wrong.
| Method closeMethod = fsClass.getMethod("close"); | ||
| closeMethod.invoke(fs); | ||
| } catch (Exception e) { | ||
| // Best-effort cleanup; Hadoop may not be on classpath or FileSystem already closed |
There was a problem hiding this comment.
nit: worth perhaps logging this?
Sorry, something went wrong.
| } catch (Exception e) { | ||
| // Ignore here; native factory creation reports invalid user URIs. |
There was a problem hiding this comment.
nit: could we catch a more specific exception class for invalid URIs?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What's Changed
Closes #1067 .