-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Dynamically Linked Functions Library in CPP #23634
base: master
Are you sure you want to change the base?
Conversation
c53ec85
to
ce1a3ee
Compare
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.
Thanks for the documentation! I suggested some changes to the README to simplify some of the wording and improve readability.
If my suggestions change a sentence's meaning in a way that makes it incorrect, let me know and we can find a better phrasing together.
|
||
## Getting started | ||
|
||
The Process can be roughly broken down into the steps below: |
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.
The Process can be roughly broken down into the steps below: |
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.
The Process can be roughly broken down into the steps below: | |
The process can be roughly broken down into the steps below: |
I think you can delete this sentence entirely, but if you feel it valuable to keep, please lowercase "process".
target_link_libraries(name_of_dynamic_fn PRIVATE xsimd fmt::fmt velox_expression) | ||
``` | ||
|
||
### 3. In the prestissimo worker's config.properties file, set the plugin.dir property |
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.
### 3. In the prestissimo worker's config.properties file, set the plugin.dir property | |
### 3. In the Prestissimo worker's config.properties file, set the plugin.dir property |
ce1a3ee
to
1fca8f2
Compare
@steveburnett please take another look when you get a chance, i took your suggestions and made the updates to the readme |
1fca8f2
to
e8a8326
Compare
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.
Nice work, thanks! A few new minor suggestions for you to consider.
|
||
## Getting started | ||
|
||
The Process can be roughly broken down into the steps below: |
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.
The Process can be roughly broken down into the steps below: | |
The process can be roughly broken down into the steps below: |
I think you can delete this sentence entirely, but if you feel it valuable to keep, please lowercase "process".
e8a8326
to
105cc2e
Compare
@steveburnett. ended up accepting all your suggestions. thank you! |
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! (docs)
Viewed README.md in GitHub to see how the text looks once it's displayed. Thanks!
@soumiiow you're welcome! When you have time, please sign the CLA as mentioned in this comment. |
105cc2e
to
65d1b58
Compare
75287f9
to
5ff8dff
Compare
5ff8dff
to
fc5aec9
Compare
… as the function is registered into the wrong map
Description
RFC for the changes prestodb/rfcs#24
These changes will allow users to dynamically load functions in prestissimo using cpp
Motivation and Context
Having these changes will enable users to register custom functions dynamically without requiring a fork of Prestissimo.
Impact
Test Plan
currently the unit test and container tests are still being debugged. and are being actively worked on
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
If release note is NOT required, use: