Skip to content

Conversation

@TsukiokaKogane
Copy link
Contributor

@TsukiokaKogane TsukiokaKogane commented Jun 21, 2023

Proposed changes

Issue Number: close #xxx

after #18328 doris use using typeindex to create column instead of type name. However arguments in VFileScanner::_cast_to_input_block still use const DataTypeString, this would make arguments[1].type always be string and cause type check fail in case of other input type.
image

image

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@TsukiokaKogane TsukiokaKogane changed the title fix(typesystem) fix wrong return type argument cause type check fail in debug mode fix(typesystem) fix wrong return type argument cause type check fail Jun 21, 2023
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@HappenLee HappenLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 21, 2023
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

@xiaokang xiaokang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xiaokang
Copy link
Contributor

run buildall

@yiguolei yiguolei changed the title fix(typesystem) fix wrong return type argument cause type check fail [fix](typesystem) fix wrong return type argument cause type check fail Jun 21, 2023
@xiaokang xiaokang merged commit 3dfeee3 into apache:master Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/2.0-beta-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants