kangpinghuang commented on issue #689: be_refactor branch test
URL: https://github.com/apache/incubator-doris/issues/689#issuecomment-469991002
 
 
   Problem NO.1
   I load some data into the table test by streaming load. It succeeded.
   But One problem occurs when I fire this sql:
   select * from test where k1>0 and k1 <20;
   It leaded to core dump.
   use gdb to explore the core, here is the result:
   Program terminated with signal SIGSEGV, Segmentation fault.
   #0  0x0000000001617e02 in doris::ColumnData::_get_block (this=0x8df6900, 
without_filter=false)
       at 
/home/hkp/develop/doris/baidu/bdg/doris/core/be/src/olap/rowset/column_data.cpp:691
   691                     pred->evaluate(vec_batch);
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to