andygrove commented on PR #932:
URL: https://github.com/apache/datafusion-comet/pull/932#issuecomment-2353772043
I ran the scripts locally and they seem to have worked.
I ran this command:
```
./dev/release/build-release-comet.sh -r
https://github.com/parthchandra/datafusion-comet.git -b binary-build
```
The resulting jar file contains the following native libs:
```
% jar tvf spark/target/comet-spark-spark3.4_2.12-0.3.0-SNAPSHOT.jar | grep
libcomet
149504624 Wed Jan 22 15:10:16 MST 2020
org/apache/comet/darwin/aarch64/libcomet.dylib
52964152 Wed Jan 22 15:10:16 MST 2020
org/apache/comet/linux/aarch64/libcomet.so
56773320 Wed Jan 22 15:10:16 MST 2020
org/apache/comet/linux/amd64/libcomet.so
```
--
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]