-
Notifications
You must be signed in to change notification settings - Fork 72
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
Send search results through the results cache in the CLP package #223
Conversation
2ec65b5
to
7b93016
Compare
Can you investigate the CentOS build failure? |
Thanks. Should be addressed in #229. |
b465d8e
to
006168e
Compare
This PR is ready for review |
class MongoDBClient { | ||
public: | ||
// Constructors | ||
MongoDBClient( |
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.
Add docstring.
components/clp-package-utils/clp_package_utils/scripts/native/search.py
Outdated
Show resolved
Hide resolved
components/clp-package-utils/clp_package_utils/scripts/native/search.py
Outdated
Show resolved
Hide resolved
components/clp-package-utils/clp_package_utils/scripts/native/search.py
Outdated
Show resolved
Hide resolved
components/clp-package-utils/clp_package_utils/scripts/native/search.py
Outdated
Show resolved
Hide resolved
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.
For the commit message, how about:
Add support for sending query results to the results cache for clp. (#223)
?
Actually, that's probably confusing since the
|
Good to me |
References
#212
Description
This PR adds supports for sending query results to the results cachef for clp
Validation performed