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

   At it's core, Path is a URI. The Path constructors perform validation on the 
input, then create and set the URI. Except, when you use the constructor 
Path(URI), that does not occur and does not incur the cost of the validation. 
If we used the Path constructors (and the validation) when writing to the 
metadata table, but used Path(URI) when reading from the metadata table, then 
we could still keep the Path object vs going back to String.


-- 
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