HangyuanLiu commented on a change in pull request #2479: Add Apache ORC lib in Doris URL: https://github.com/apache/incubator-doris/pull/2479#discussion_r358826556
########## File path: thirdparty/download-thirdparty.sh ########## @@ -304,3 +304,11 @@ fi cd - echo "Finished patching $S2_SOURCE" +# orc patch +cd $TP_SOURCE_DIR/$ORC_SOURCE +if [ ! -f $PATCHED_MARK ]; then + patch -p0 CMakeLists.txt $TP_PATCH_DIR/orc-1.4.5.patch Review comment: Sorry ~ I will add it ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org