Skip to content
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

fix: udf build and deploy #3410

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Conversation

vagetablechicken
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 31, 2023
@@ -151,7 +151,7 @@ For more UDF implementation, see [here](../../../src/examples/test_udf.cc).
- Run the compiling command. `-I` specifies the path of `include` directory. `-o` specifies the name of the dynamic library.
```shell
g++ -shared -o libtest_udf.so examples/test_udf.cc -I /work/OpenMLDB/include -std=c++11 -fPIC
g++ -shared -o libtest_udf.so examples/test_udf.cc -I /work/OpenMLDB/include -std=c++17 -fPIC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason ? our header uses c++17 features ?

Copy link
Collaborator Author

@vagetablechicken vagetablechicken Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. Maybe I can fixes the header though... still allow compile from c++11

@vagetablechicken vagetablechicken merged commit 73d2937 into 4paradigm:main Aug 4, 2023
9 of 10 checks passed
dl239 pushed a commit that referenced this pull request Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants