[DOC] build arrow first when build Velox separately.
What changes were proposed in this pull request?
Should build arrow first when build Velox separately.
How was this patch tested?
manually
Thanks for opening a pull request!
Could you open an issue for this pull request on Github Issues?
https://github.com/apache/incubator-gluten/issues
Then could you also rename commit message and pull request title in the following format?
[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}
See also:
@j7nhai, could you let me know the build error you meet? I think building velox doesn't require builing arrow must be done firstly.
What's the script when you build Velox? Did you apply Gluten's velox patch when you build velox?
Actually, build Velox script includes building Arrow. The error I encountered before was that the arrow jar was not installed in the system. Maybe it was accidental.