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

Don't pushdown like expression with escape in Ignite connector #19452

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Don't pushdown like expression with escape in Ignite connector #19452

merged 1 commit into from
Oct 20, 2023

Conversation

chenjian2664
Copy link
Contributor

@chenjian2664 chenjian2664 commented Oct 19, 2023

Description

Close #19464
Ignite not support like ... escape ...

Additional context and related issues

Release notes

() This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Ignite
* Fix failure when a query contains `LIKE` with `ESCAPE`. ({issue}`19464`)

@cla-bot cla-bot bot added the cla-signed label Oct 19, 2023
Copy link
Member

@ebyhr ebyhr left a comment

Choose a reason for hiding this comment

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

(x) This is not user-visible or is docs only, and no release notes are required.

This is a user-facing issue. Let's mention it in the release note.

@ebyhr
Copy link
Member

ebyhr commented Oct 20, 2023

You didn't need to file an issue. We can put the PR number in the release note.

@ebyhr
Copy link
Member

ebyhr commented Oct 20, 2023

Please fix checkstyle violation.

@ebyhr ebyhr merged commit a5ce83d into trinodb:master Oct 20, 2023
17 checks passed
@github-actions github-actions bot added this to the 430 milestone Oct 20, 2023
@chenjian2664 chenjian2664 deleted the ignite_like branch October 21, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Fix query failure due to pushdown LIKE expression with ESCAPE in Ignite
2 participants