airborne12 opened a new pull request, #40953:
URL: https://github.com/apache/doris/pull/40953

   ## Proposed changes
   
   fix problem like this:
   ```
   set enable_common_expr_pushdown=false;
   
   create table t(a int, c varchar(1024)) PROPERTIES ("replication_allocation" 
= "tag.location.default: 1");
   
   insert into t values(1, "a b c d e");
   
   SELECT count() FROM t where c MATCH_PHRASE_EDGE 's';
   
   I20240919 09:31:40.713896 2224044 internal_service.cpp:626] Cancel query 
3e48a306704f4691-840d239bf31420aa, reason: [INTERNAL_ERROR]PStatus: 
(127.0.0.1)[INTERNAL_ERROR]Column match_phrase_edge({"c", "String"}) in block 
is nullptr, in method bytes. All Columns are c String match_phrase_edge({"c", 
"String"})                                                                      
                                                                                
                               
           3#  doris::vectorized::Block::allocated_bytes() const at 
be/src/vec/core/block.cpp:446
           4#  
doris::vectorized::ScannerScheduler::_scanner_scan(std::shared_ptr<doris::vectorized::ScannerContext>,
 std::shared_ptr<doris::vectorized::ScanTask>) at 
be/src/vec/exec/scan/scanner_scheduler.cpp:243
   ```
   
   


-- 
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

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

Reply via email to