prasanthj commented on a change in pull request #941: HIVE-22979: Support total
file size in statistics annotation
URL: https://github.com/apache/hive/pull/941#discussion_r389048647
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/plan/Statistics.java
##########
@@ -53,19 +53,21 @@ public State merge(State otherState) {
private long numRows;
private long runTimeNumRows;
private long dataSize;
+ private long totalFileSize;
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]