-
Notifications
You must be signed in to change notification settings - Fork 71
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
clp-package: Fix bugs introduced in #460: #481
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm. How about changing the PR title to "clp-package: Fix type conversions in query worker scripts."?
hmm, it's not only type conversion. the change also updated the result collection to use job_id instead of task_id. |
Right, sorry for the oversight. How about: |
@kirkrodrigues any suggestions? |
How about: clp-package: Fix bugs introduced in #460:
Ordinarily, I'd make these two separate PRs so the commit message is easier to write, but above is how I'd write it so that it makes sense why we're fixing both bugs in one PR. |
- Write search results to collection named job_id rather than task_id. - Convert int to str in IR extraction command generation.
Description
This PR fixes two bugs in query worker scripts, introduced by #460
Validation performed
Tested with log viewer.