Github user sershe commented on a diff in the pull request:
https://github.com/apache/orc/pull/222#discussion_r171728816
--- Diff: java/core/src/java/org/apache/orc/impl/WriterImpl.java ---
@@ -645,6 +645,8 @@ public void
appendUserMetadata(List<OrcProto.UserMetadataItem> userMetadata) {
return ReaderImpl.deserializeStats(builder.getStatisticsList());
}
+ // TODO: remove this
--- End diff --
Removed the attribute, clarified the TODO---
