Uh oh!
There was an error while loading. Please reload this page.
Allow FileSystem provision to be overridden. - #15
Conversation
rdblue
commented
Nov 27, 2018
This looks good to me, but I wonder: should this be done along with the addition of a FileIO API? Maybe you should supply the FileIO API and use that in HadoopTableOperations to avoid the need for this. If we do it at the same time, that's a bit less API churn. |
mccheah
commented
Nov 27, 2018
Should the FileIO API support file rename as well though? The FileSystem here is used for things other than |
rdblue
commented
Nov 27, 2018
I don't think that This is the only use of |
…e#15) Bumps software.amazon.awssdk:bom from 2.31.31 to 2.31.35. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes#13.
Allows an implementation to do something like this: #4, but by default we maintain the existing behavior of
Util.getFS.