Indhumathi27 commented on a change in pull request #4080:
URL: https://github.com/apache/carbondata/pull/4080#discussion_r567582402
##########
File path:
core/src/main/java/org/apache/carbondata/core/indexstore/ExtendedBlocklet.java
##########
@@ -221,7 +221,7 @@ public void deserializeFields(DataInput in, String[]
locations, String tablePath
indexUniqueId = in.readUTF();
}
String filePath = getPath();
- if (filePath.startsWith(File.separator)) {
+ if (!FileFactory.isFileExist(filePath)) {
Review comment:
Please revert this change to do a rpc call. Use
FileFactory.getupdatedFilePath instead as discussed
----------------------------------------------------------------
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:
[email protected]