lirui-apache commented on a change in pull request #11393: 
[FLINK-16532][core][hive] Cannot insert white space characters as par…
URL: https://github.com/apache/flink/pull/11393#discussion_r394776597
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/fs/Path.java
 ##########
 @@ -146,24 +146,22 @@ public Path(Path parent, Path child) {
                }
 
                final URI resolved = parentUri.resolve(child.uri);
-               initialize(resolved.getScheme(), resolved.getAuthority(), 
normalizePath(resolved.getPath()));
 
 Review comment:
   Because `initialize` will call `normalizePath `, so it's redundant.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to