Skip to content

Conversation

@BingqingLyu
Copy link
Collaborator

What do these changes do?

As titled, this bug occurs because an Object with an empty string is incorrectly treated as NULL, leading NULL==NULL to evaluate as false. However, the comparison ""=="" should be true. This PR addresses and fixes the issue.

Related issue number

#4581

Committed-by: bingqing.lbq from Dev container

Committed-by: bingqing.lbq from Dev container
Committed-by: bingqing.lbq from Dev container
@github-actions
Copy link
Contributor

github-actions bot commented Mar 25, 2025

Please check the preview of the documentation changes at
https://e197b8f8.graphscope-docs-preview.pages.dev

@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.02%. Comparing base (1fc617f) to head (517f2a3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4582   +/-   ##
=======================================
  Coverage   33.02%   33.02%           
=======================================
  Files         127      127           
  Lines       13299    13299           
=======================================
  Hits         4392     4392           
  Misses       8907     8907           

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 1fc617f...517f2a3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BingqingLyu BingqingLyu force-pushed the fix_empty_string_eval branch 2 times, most recently from 517f2a3 to 034aa70 Compare March 26, 2025 02:00
Committed-by: bingqing.lbq from Dev container
@BingqingLyu BingqingLyu force-pushed the fix_empty_string_eval branch from 034aa70 to a126733 Compare March 26, 2025 09:44
Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@BingqingLyu BingqingLyu merged commit 047063c into alibaba:main Apr 2, 2025
31 of 34 checks passed
@BingqingLyu BingqingLyu deleted the fix_empty_string_eval branch April 2, 2025 09:29
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.

4 participants