clp-package: Fix bugs introduced in #460:#481
Conversation
junhaoliao
left a comment
There was a problem hiding this comment.
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.
- 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.