Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1666#discussion_r157420301
--- Diff:
core/src/main/java/org/apache/carbondata/core/statusmanager/LoadMetadataDetails.java
---
@@ -211,25 +234,32 @@ public long getLoadStartTimeAsLong() {
* @return
*/
private long convertTimeStampToLong(String factTimeStamp) {
--- End diff --
What is the difference between this function and getTimeStamp, seems they
are doing the same thing---
