akashrn5 commented on a change in pull request #3721:
URL:
https://github.com/apache/carbondata/pull/3721#discussion_r415531746##########
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:
If you see the FSConstants class in hdfs, the variable name is the same, so I followed the same here too. I think its fine.
----------------------------------------------------------------
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]