Github user xndai commented on the issue:
https://github.com/apache/orc/pull/169
@dain if the concern is the performance, should we also limit the string
length when generate stats in writer path, which in my opinion is more costly?
I think if we keep the string compare up to 1024 bytes, we won't need to trim
at the end.---
