Skip to content

Conversation

@zclllyybb
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

add testcases like:

    qt_notnull1 "select covar_samp(non_nullable(x), non_nullable(y)) from test_covar_samp"
    qt_notnull2 "select covar_samp(x, non_nullable(y)) from test_covar_samp"
    qt_notnull3 "select covar_samp(non_nullable(x), y) from test_covar_samp"

before they will all coredump in 2.1

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zclllyybb
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

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

@yiguolei yiguolei merged commit db0724d into apache:branch-2.1 Aug 27, 2024
dataroaring pushed a commit that referenced this pull request Sep 20, 2024
…41023)

## Proposed changes

in branch-2.1, the function covar_samp mode is PropagateNullable
eg: select covar_samp(non_nullable(x), y) from test_covar_samp;
x, y has nullable, and return is nullable
and now the column of non_nullable(x), y is nullable should check is
nullable alone.

the fixed in branch-21 
#39943

<!--Describe your changes.-->
dataroaring pushed a commit that referenced this pull request Sep 20, 2024
…41023)

## Proposed changes

in branch-2.1, the function covar_samp mode is PropagateNullable
eg: select covar_samp(non_nullable(x), y) from test_covar_samp;
x, y has nullable, and return is nullable
and now the column of non_nullable(x), y is nullable should check is
nullable alone.

the fixed in branch-21 
#39943

<!--Describe your changes.-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants