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

Bug fixing: query isCron error #6222

Merged
merged 5 commits into from
Aug 12, 2024
Merged

Bug fixing: query isCron error #6222

merged 5 commits into from
Aug 12, 2024

Conversation

bowenxia
Copy link
Contributor

@bowenxia bowenxia commented Aug 9, 2024

What changed?
Add a function in pinot_query_validator to handle bool case for system keys

Why?
It used to return errors when querying isCron

How did you test it?
unit test, manual test

Potential risks

Release notes

Documentation Changes

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.88%. Comparing base (8f3b119) to head (adbb637).

Additional details and impacted files
Files Coverage Δ
common/definition/indexedKeys.go 77.27% <100.00%> (+2.27%) ⬆️
common/pinot/pinotQueryValidator.go 87.70% <100.00%> (+0.55%) ⬆️

... and 4 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 8f3b119...adbb637. Read the comment docs.

Copy link
Contributor

@neil-xie neil-xie left a comment

Choose a reason for hiding this comment

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

LGTM

@bowenxia bowenxia merged commit de281a6 into master Aug 12, 2024
20 checks passed
@bowenxia bowenxia deleted the xbowen_fix_isCron_error branch August 12, 2024 17:27
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