jackylk commented on a change in pull request #3627: [CARBONDATA-3710] Make
stage files queryable
URL: https://github.com/apache/carbondata/pull/3627#discussion_r383728166
##########
File path:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
##########
@@ -501,6 +501,13 @@ public String getMetadataPath() {
return CarbonTablePath.getMetadataPath(getTablePath());
}
+ /**
+ * Return the stage input path
+ */
+ public String getStagePath() {
Review comment:
It is used in func `getStageSnapshotFile`
----------------------------------------------------------------
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]
With regards,
Apache Git Services