Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1213#discussion_r133705233
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/AbsoluteTableIdentifier.java
---
@@ -99,8 +98,9 @@ public static AbsoluteTableIdentifier
fromTablePath(String tablePath) {
}
public String getTablePath() {
- return getStorePath() + File.separator +
getCarbonTableIdentifier().getDatabaseName() +
- File.separator + getCarbonTableIdentifier().getTableName();
+ return getStorePath() + CarbonCommonConstants.FILE_SEPARATOR +
getCarbonTableIdentifier()
--- End diff --
I have modified in renameBadRecord method also to use
CarbonCommonConstants.FILE_SEPARATOR in place of File.separator
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---