This is an automated email from the ASF dual-hosted git repository. kakachen pushed a commit to branch orc_complex_type_late_mat in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit c66fee265d432a4614358e9f097443aaa5086c62 Author: kakachen <che...@selectdb.com> AuthorDate: Mon Dec 30 16:20:55 2024 +0800 [Fix] load StripeIndex if searchArgument not exist. --- c++/src/Reader.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c++/src/Reader.cc b/c++/src/Reader.cc index 564c1f2aa6d..b2df1638a39 100644 --- a/c++/src/Reader.cc +++ b/c++/src/Reader.cc @@ -1236,6 +1236,9 @@ namespace orc { currentRowInStripe = 0; continue; } + } else { + // read row group statistics and bloom filters of current stripe + loadStripeIndex(); } // get writer timezone info from stripe footer to help understand timestamp values. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org