Skip to content

Fix: support NULL input for like operations#12025

Merged
Dandandan merged 1 commit intoapache:mainfrom
HuSen8891:datafusion
Aug 16, 2024
Merged

Fix: support NULL input for like operations#12025
Dandandan merged 1 commit intoapache:mainfrom
HuSen8891:datafusion

Conversation

@HuSen8891
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #11872

Rationale for this change

Support NULL input for like operations, such as
select null like null;
select null ilke null;

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Aug 16, 2024
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan left a comment

Choose a reason for hiding this comment

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

Nice

@Dandandan Dandandan merged commit 58075e2 into apache:main Aug 16, 2024
@HuSen8891 HuSen8891 deleted the datafusion branch August 16, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ILIKE string operator not working for NULL literal (SQLancer)

2 participants