kaka11chen opened a new issue, #20189:
URL: https://github.com/apache/doris/issues/20189

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   ```
   ERROR 1105 (HY000): errCode = 2, detailMessage = 
(172.21.0.101)[E-1721][E-1721] Size of filter doesn't match size of column: 
size=4065, filter.size=4064
   
       @     0x55e6650a8628  doris::Exception::Exception()
   
       @     0x55e6650a4798  doris::Exception::Exception<>()
   
       @     0x55e667703bd2  doris::vectorized::ColumnVector<>::filter()
   
       @     0x55e6676b9ca0  doris::vectorized::ColumnNullable::filter()
   
       @     0x55e66779b7b6  doris::vectorized::Block::filter_block_internal()
   ```
   
   
   
   ### What You Expected?
   
   Works correctly.
   
   ### How to Reproduce?
   
   Run `q03` in `text_external_brown` regression test:
   ```
   SELECT machine_name,
                      COUNT(*) AS spikes
               FROM logs1
               WHERE machine_group = 'Servers'
                 AND cpu_wio > 0.99
                 AND log_time >= TIMESTAMP '2016-12-01 00:00:00'
                 AND log_time < TIMESTAMP '2017-01-01 00:00:00'
               GROUP BY machine_name
               ORDER BY spikes DESC
               LIMIT 10;
   ```
   
   ### 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]

Reply via email to