morningman opened a new issue #8459: URL: https://github.com/apache/incubator-doris/issues/8459
### 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 dev-1.0.0 ### What's Wrong? Works``` *** Aborted at 1647150517 (unix time) try "date -d @1647150517" if you are using GNU date *** PC: @ 0x7fb284945a9c doris::vectorized::ColumnVector<>::insert_from() *** SIGSEGV (@0x0) received by PID 747 (TID 0x7fb2571bd700) from PID 0; stack trace: *** @ 0x7fb285fce812 google::(anonymous namespace)::FailureSignalHandler() @ 0x7fb281d0a920 (unknown) @ 0x7fb284945a9c doris::vectorized::ColumnVector<>::insert_from() @ 0x7fb284928ea7 doris::vectorized::ColumnNullable::insert_from() @ 0x7fb285b60e10 doris::vectorized::BlockReader::_agg_key_next_block() @ 0x7fb284cfe21d doris::vectorized::VOlapScanner::get_block() @ 0x7fb284cf3d62 doris::vectorized::VOlapScanNode::scanner_thread() @ 0x7fb28435344a doris::PriorityWorkStealingThreadPool::work_thread() @ 0x7fb2881077b0 execute_native_thread_routine @ 0x7fb281ac2851 start_thread @ 0x7fb281dbf67d clone @ 0x0 (unknown) ``` ### What You Expected? Works well ### How to Reproduce? Probably because the right table is an agg table , and the column is NOT NULL. But the right table's output slot should be nullable. ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
