-
Notifications
You must be signed in to change notification settings - Fork 802
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
Refactor pinot custom string query in pinot_query_validator #6298
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…workflow#6298) * refactor pinot custom string query * add comment
What changed?
Refactor pinot custom string query in pinot_query_validator
Why?
This change is based on Pinot's new version. Pinot used to not support json match for regular expression. But after their latest version, it was supported. And Pinot team claims that json match has a better performance than the reg_like expressions.
How did you test it?
Unit test, manual test in QueryBuilder
Potential risks
Release notes
Documentation Changes