wangbo opened a new issue #8558: URL: https://github.com/apache/incubator-doris/issues/8558
### 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 ### What's Wrong? @ 0x5605f2fb9312 google::(anonymous namespace)::FailureSignalHandler() @ 0x7f1dbfff1400 (unknown) @ 0x5605f190d68e doris::vectorized::ColumnNullable::ColumnNullable() @ 0x5605f11cb3ef doris::Schema::get_predicate_column_nullable_ptr() @ 0x5605f1bafcd2 doris::segment_v2::SegmentIterator::next_batch() @ 0x5605f12d1ecd doris::BetaRowsetReader::next_block() @ 0x5605f2b8255c doris::vectorized::VCollectIterator::Level1Iterator::next() @ 0x5605f2b4b918 doris::vectorized::BlockReader::_direct_next_block() @ 0x5605f1cd405e doris::vectorized::VOlapScanner::get_block() @ 0x5605f1cc8ca0 doris::vectorized::VOlapScanNode::scanner_thread() @ 0x5605f133c01e doris::PriorityWorkStealingThreadPool::work_thread() @ 0x5605f5061350 execute_native_thread_routine @ 0x7f1dbfda6ea5 start_thread @ 0x7f1dc00b9b0d __clone @ 0x0 (unknown) ### What You Expected? Fix it. ### How to Reproduce? ``` select bitmapCol from table where intCol = 1; ``` When query bitmap column with predicate column only contains integer type. ### 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: [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]
