Skip to content

fix: udf build and deploy#3410

Merged
vagetablechicken merged 1 commit into4paradigm:mainfrom
vagetablechicken:udf-fix
Aug 4, 2023
Merged

fix: udf build and deploy#3410
vagetablechicken merged 1 commit into4paradigm:mainfrom
vagetablechicken:udf-fix

Conversation

@vagetablechicken
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 31, 2023

```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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
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