dlmarion commented on PR #5516:
URL: https://github.com/apache/accumulo/pull/5516#issuecomment-2862717989

   
   > Looking at the changes here though, there are a lot of places where we 
could avoid converting from a `Path` to a `File` altogether and just use the 
`Path`. It seems fine to handle that cleanup as a follow on though.
   > 
   > This also makes me think it might be a good idea to see where we are using 
`File` as a param for something where we could/should be using `Path` instead. 
That seems a lot less trivial of a task though.
   
   I think a lot of the places where we use `File` are in the client code where 
we are taking input from the user (or providing output), and in the tests. The 
server side code is mostly using `org.apache.hadoop.fs.Path`. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to