Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Fix] Fix bug of null pointer exception in distinct operator #2901

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Jun 15, 2023

What do these changes do?

as titled.

Related issue number

Fixes #2900

@shirly121 shirly121 changed the title [Bug Fix] fix bug of null operator exception in distinct operator [Bug Fix] fix bug of null pointer exception in distinct operator Jun 15, 2023
@shirly121 shirly121 changed the title [Bug Fix] fix bug of null pointer exception in distinct operator [Bug Fix] Fix bug of null pointer exception in distinct operator Jun 15, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2901 (10b30f1) into main (7ef0e4d) will decrease coverage by 24.37%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2901       +/-   ##
===========================================
- Coverage   66.84%   42.47%   -24.37%     
===========================================
  Files          99       99               
  Lines       10687    10676       -11     
===========================================
- Hits         7144     4535     -2609     
- Misses       3543     6141     +2598     

see 63 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b37ab90...10b30f1. Read the comment docs.

@shirly121 shirly121 merged commit 628773d into alibaba:main Jun 16, 2023
24 checks passed
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.

[BUG] Null Pointer Exception in distinct Operator in GIE Compiler
3 participants