[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3721: [CARBONDATA-3777]Add HDFSLocalCarbonFile implementation to Use FileSystem's LocalFileSystem in cluster mode

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3721: [CARBONDATA-3777]Add HDFSLocalCarbonFile implementation to Use FileSystem's LocalFileSystem in cluster mode

GitBox

ajantha-bhat commented on a change in pull request #3721:
URL: https://github.com/apache/carbondata/pull/3721#discussion_r415529870



##########
File path: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -1632,6 +1632,8 @@ private CarbonCommonConstants() {
 
   public static final String S3A_PREFIX = "s3a://";
 
+  public static final String LOCAL_FS_URI = "file:///";

Review comment:
       keep it as `LOCAL_FS_PREFIX` to be inline with other file system notation.




----------------------------------------------------------------
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:
[hidden email]