You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/15 09:57:51 UTC

[GitHub] [incubator-doris] BiteTheDDDDt commented on issue #9519: [Bug][Vectorized] fix vcast expr input wrong row number

BiteTheDDDDt commented on issue #9519:
URL: https://github.com/apache/incubator-doris/issues/9519#issuecomment-1126898440

   > In which case columns will have different sizes? Could you give an example?
   
   At the beginning, I tried to do expression evaluation on some incomplete blocks (specifically, some columns are empty, but the columns involved in the expression are complete), such as `vcast_expr`, pass in `block.rows ()` can not get the correct result.
   
   Later I confirmed that expression evaluation should not be performed on incomplete blocks, so this `pull-request` was changed to resize the `param column` passed in `vcast_expr` to ensure that each column in the block is always the same size.


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org