-
Notifications
You must be signed in to change notification settings - Fork 78
clo: Add CLI command to extract a compressed file as IR. #437
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
Conversation
� Conflicts: � components/core/src/clp/GlobalMySQLMetadataDB.cpp
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.
Since this file only contains the exception class, I would name it CloOperationFailed.hpp
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
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.
Ask Haiqi asked, this is a review on CommandLinArguments.hpp/cpp
and clo.cpp
.
Note that the review is brief, mostly catching micro-level issues. Didn't review it from an architecture level, so the variable naming + API design review might be required (please let me know if I should do a further as well).
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 PR title, how about:
clo: Add CLI command to extract a compressed file as IR.
Description
The change refactored clo so it takes in a command and can extract a file split into one or more IR chunks.
clo extracts the IRs to a local file system path, and sends metadata to a mongodb specified by the user input.
Validation performed
The following validation are all performed directly via commandline (as opposed to in a clp package)