zhztheplayer commented on code in PR #7521:
URL: https://github.com/apache/incubator-gluten/pull/7521#discussion_r1800284215


##########
ep/build-velox/src/get_velox.sh:
##########
@@ -178,6 +179,8 @@ function apply_compilation_fixes {
   cd ${velox_home}
   echo "Applying patch to Velox source code..."
   git apply modify_velox.patch
+  git apply gluten_patch/*patch
+  git add .

Review Comment:
   Will not be feeling strongly between the two ways except we can have the 
patch list synced to a forked Velox repo daily to create a view of repo for the 
change code. That way we can retain all the required changed into one repo but 
does add complexity.



-- 
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