zhangstar333 commented on code in PR #67650:
URL: https://github.com/apache/doris/pull/67650#discussion_r3975254040


##########
thirdparty/download-thirdparty.sh:
##########
@@ -718,19 +718,19 @@ if [[ " ${TP_ARCHIVES[*]} " =~ " AZURE " ]]; then
     echo "Finished patching ${AZURE_SOURCE}"
 fi
 
-# Apply Doris lance-c patches.
+# Apply Doris lance-c patches as one chain to the pinned release archive.
 if [[ " ${TP_ARCHIVES[*]} " =~ " LANCE_C " ]]; then
-    if [[ "${LANCE_C_SOURCE}" == "lance-c-0.1.9" ]]; then
-        cd "${TP_SOURCE_DIR}/${LANCE_C_SOURCE}"
-        if [[ ! -f "${PATCHED_MARK}" ]]; then
-            patch --batch --forward --reject-file=- --fuzz=0 
--no-backup-if-mismatch -s \
-                -p1 <"${TP_PATCH_DIR}/lance-c-0.1.9-pr-73.patch"
+    cd "${TP_SOURCE_DIR}/${LANCE_C_SOURCE}"
+    if [[ ! -f "${PATCHED_MARK}" ]]; then

Review Comment:
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to