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/12 05:47:25 UTC

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue, #9519: [Bug][Vectorized] fix vcast expr input wrong row number

BiteTheDDDDt opened a new issue, #9519:
URL: https://github.com/apache/incubator-doris/issues/9519

   ### 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?
   
   `block.rows()` just return the first column's row number, sometime the block‘s column have diffrent row number with other column, then cast expr will get wrong result.
   
   ### What You Expected?
   
   fix it
   
   ### How to Reproduce?
   
   _No response_
   
   ### 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: commits-unsubscribe@doris.apache.org.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


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

Posted by GitBox <gi...@apache.org>.
Gabriel39 commented on issue #9519:
URL: https://github.com/apache/incubator-doris/issues/9519#issuecomment-1126891542

    In which case columns will have different sizes? Could you give an example?


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


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

Posted by GitBox <gi...@apache.org>.
HappenLee commented on issue #9519:
URL: https://github.com/apache/incubator-doris/issues/9519#issuecomment-1124664813

   I think it's important to must keep all column in block have 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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [incubator-doris] morningman closed issue #9519: [Bug][Vectorized] fix vcast expr input wrong row number

Posted by GitBox <gi...@apache.org>.
morningman closed issue #9519: [Bug][Vectorized] fix vcast expr input wrong row number
URL: https://github.com/apache/incubator-doris/issues/9519


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