apache/orc

Reading orc file which lack of Statistics may give wrong result using C++

Closed this issue · 1 comments

In some orc files, the Statistics part in Stripe may lack of hasnull part. When reading these files using c++ with filter pushdown, it may return a wrong result.

This is completed via #2055