zhztheplayer commented on code in PR #5969:
URL: https://github.com/apache/incubator-gluten/pull/5969#discussion_r1625577935
##########
.github/workflows/build_bundle_package.yml:
##########
@@ -53,11 +53,17 @@ jobs:
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF
--enable_s3=OFF \
--enable_gcs=OFF --enable_hdfs=ON --enable_abfs=OFF
- - uses: actions/upload-artifact@v2
+ - name: Upload native libs
+ uses: actions/upload-artifact@v2
with:
path: ./cpp/build/releases/
name: velox-native-lib-${{github.sha}}
retention-days: 1
+ - name: Upload Artifact Arrow Jar
+ uses: actions/upload-artifact@v2
+ with:
+ path: /root/.m2/repository/org/apache/arrow/
Review Comment:
@jinchengchenghh Would you please confirm whether we could replace this line
with 2 explicit gluten jars? E.g.,
```
path: |
/root/.m2/repository/org/apache/arrow/.../arrow-dataset-<version>.jar
/root/.m2/repository/org/apache/arrow/.../arrow-cdata-<version>.jar
```
--
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]