QiangCai commented on a change in pull request #3757:
URL: https://github.com/apache/carbondata/pull/3757#discussion_r422761061



##########
File path: 
core/src/main/java/org/apache/carbondata/core/util/DataLoadMetrics.java
##########
@@ -21,10 +21,10 @@
 import java.util.ArrayList;
 import java.util.List;
 
-public class OutputFilesInfoHolder implements Serializable {
-
-  private static final long serialVersionUID = -1401375818456585241L;
-
+/**
+ * store data loading metrics
+ */
+public class DataLoadMetrics implements Serializable {

Review comment:
       yes. For Hadoop framework, we collect them and put them to the task 
message; For Spark framework, we collect them and put them to the task metrics.




----------------------------------------------------------------
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]


Reply via email to