You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2021/03/05 07:51:06 UTC

[GitHub] [kylin] zhangayqian commented on pull request #1599: KYLIN-4860 Fix union all error

zhangayqian commented on pull request #1599:
URL: https://github.com/apache/kylin/pull/1599#issuecomment-791230483


   There is a problem when `unionRel` calculates the `columnRowType`. The current algorithm directly combines the left and right `sourceCols` into an array with the length of 2 as the `sourceCols` of `unionRel`. However, according to the design, it should be equal to the left or right `sourceCols`.


----------------------------------------------------------------
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:
users@infra.apache.org