You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/07/12 03:47:05 UTC

[GitHub] [ozone] rakeshadr opened a new pull request, #3589: HDDS-6992. ListKeys : SubPaths with a mixture of files and dirs breaks sorted order

rakeshadr opened a new pull request, #3589:
URL: https://github.com/apache/ozone/pull/3589

   ## What changes were proposed in this pull request?
   https://issues.apache.org/jira/browse/HDDS-6992
   
   ## What is the link to the Apache JIRA
   Say, Files & Dirs in the namespace:
   /a1/b1/c1/c1.tx;
   /a110.tx
   /a111.tx
   /x/y/z/z1.tx
   /dir1/dir2/dir3/d11.tx
   
   Expected List:
   [a1/, a1/b1/, a1/b1/c1/, a1/b1/c1/c1.tx, a110.tx, a111.tx, dir1/, dir1/dir2/, dir1/dir2/dir3/, dir1/dir2/dir3/d11.tx, x/, x/y/, x/y/z/, x/y/z/z1.tx]
   
   ## How was this patch tested?
   
   Added tests
   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] rakeshadr merged pull request #3589: HDDS-6992. ListKeys : SubPaths with a mixture of files and dirs breaks sorted order

Posted by GitBox <gi...@apache.org>.
rakeshadr merged PR #3589:
URL: https://github.com/apache/ozone/pull/3589


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org