cnauroth commented on pull request #3391:
URL: https://github.com/apache/hadoop/pull/3391#issuecomment-916495654


   ```
       Path dir = path("testMkDirRmDirUnicode/dir-\\U0001f63b");
   ```
   
   Something looks off with the test.  That looks like `\\U`, so the 
double-slash escapes to just one slash, followed by the rest of the string 
literal.  A Unicode character escape needs `\u` (single slash followed by 
lower-case u).
   
   Still, I tried changing the test locally to use a Unicode escape, and I 
still couldn't reproduce a failure.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to