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

Allow LIKE keyword to do partial term matching #6490

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

sankari165
Copy link
Member

What changed?
LIKE was using TEXT_MATCH() with term match and is now replaced with a regexp to allow partial match

Why?
TEXT_MATCH() with term match expects full term to be present

How did you test it?
unit tests and running sample pinot queries against the data

Potential risks

Release notes

Documentation Changes

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.09%. Comparing base (a6c36bf) to head (b0e1f79).
Report is 1 commits behind head on master.

Additional details and impacted files
Files with missing lines Coverage Δ
common/pinot/pinotQueryValidator.go 86.26% <100.00%> (ø)

... and 8 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 a6c36bf...b0e1f79. Read the comment docs.

@sankari165 sankari165 merged commit 9d328c7 into cadence-workflow:master Nov 12, 2024
20 checks passed
@sankari165 sankari165 deleted the CDNC-11456 branch November 12, 2024 14:23
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.

2 participants