keith-turner commented on PR #3501:
URL: https://github.com/apache/accumulo/pull/3501#issuecomment-1599440144

   > You mean like override getParent() in a subclass, copy the method contents 
and change the last line to use Path(URI) ?
   
   I am not sure, I have not looked into optimizing what is there.  When I made 
this PR I was working under the assumption that it was the path object in 
general that was causing problems.  However after making this PR it was 
discovered it was the way Accumulo  using the path object.  So I was wondering 
if we should pursue optimizing the validation instead of avoiding it.  If we 
are going to avoid validating on read in 2.1.2, then I am wondering if we 
should validate on write in 2.1.2 as proposed in #3504.


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