daikon12 opened a new pull request, #11741: URL: https://github.com/apache/doris/pull/11741
# Proposed changes 1. thirdparty/include --> ../thirdparty/include 2.thirdparty/lib/libDorisUdf.a --> ../thirdparty/lib/libDorisUdf.a 3.${BUILD_DIR}/src/udf_samples --> src/udf_samples 4.${BUILD_DIR}/src/udf_samples --> src/udf_samples ## Problem summary When I tried to compile the udf I wrote according to the official doc, there would be an error when make. After careful inspection, I found that several paths in the doc may need to be adjusted。 ## Checklist(Required) 1. Does it affect the original behavior: NO 2. Has unit tests been added:NO 3. Has document been added or modified:YES 4. Does it need to update dependencies:NO 5. Are there any changes that cannot be rolled back:NO -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org