Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add last statistic info in wirte process #133

Merged
merged 6 commits into from
Jan 10, 2018
Merged

add last statistic info in wirte process #133

merged 6 commits into from
Jan 10, 2018

Conversation

liukun4515
Copy link
Contributor

@liukun4515 liukun4515 commented Jan 4, 2018

close #133

}
statisticsMap.put(StatisticConstant.SUM, String.valueOf(statistics.getSum()));

statisticsMap.put(StatisticConstant.MAX_VALUE, ByteBuffer.wrap(statistics.getMaxBytes()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里为什么不需要再判断了?

@@ -1,6 +1,8 @@
package cn.edu.tsinghua.tsfile.file.metadata.statistics;


import javax.annotation.processing.SupportedSourceVersion;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个import是多余的吧?

@MyXOF MyXOF merged commit a3c2698 into master Jan 10, 2018
@Beyyes Beyyes deleted the fix_issue#131 branch January 21, 2018 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants