Karan980 commented on a change in pull request #4048:
URL: https://github.com/apache/carbondata/pull/4048#discussion_r544862563
##########
File path:
integration/spark/src/main/scala/org/apache/carbondata/spark/util/CarbonScalaUtil.scala
##########
@@ -771,4 +773,14 @@ object CarbonScalaUtil {
(response, endTime)
}
+ def copy(oldLoc: String, newLoc: String): Unit = {
Review comment:
Done
##########
File path:
core/src/main/java/org/apache/carbondata/core/util/path/CarbonTablePath.java
##########
@@ -597,6 +599,24 @@ public static String getSegmentIdFromPath(String
dataFileAbsolutePath) {
}
}
+ /**
+ * gets segment id from given absolute segment file path
+ */
+ public static String getSegmentIdFromSegmentFilePath(String segmentFilePath)
{
Review comment:
Done
----------------------------------------------------------------
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]