SaintBacchus opened a new issue, #10634: URL: https://github.com/apache/doris/issues/10634
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master branch ### What's Wrong? when I run the tpch table sql for external hive table:`select count(*) from tpch1.lineitem`, and get this error. ``` *** Aborted at 1657008864 (unix time) try "date -d @1657008864" if you are using GNU date *** *** SIGSEGV unkown detail explain (@0x0) received by PID 891067 (TID 0x7eff5c08e700) from PID 0; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/huangzhaowei.416/incubator-doris/be/src/common/signal_handler.h:407 1# 0x00007F00107FA840 in /lib/x86_64-linux-gnu/libc.so.6 2# parquet::arrow::FileReader::GetRecordBatchReader(std::vector<int, std::allocator<int> > const&, std::vector<int, std::allocator<int> > const&, std::shared_ptr<arrow::RecordBatchReader>*) in /home/huangzhaowei.416/incubator-doris/output/be/lib/doris_be 3# doris::ParquetReaderWrap::prefetch_batch() at /home/huangzhaowei.416/incubator-doris/be/src/exec/arrow/parquet_reader.cpp:538 4# execute_native_thread_routine in /home/huangzhaowei.416/incubator-doris/output/be/lib/doris_be 5# start_thread at /build/glibc-vjB4T1/glibc-2.28/nptl/pthread_create.c:487 6# clone at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 ``` ### What You Expected? Get the result. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org