hunterpayne commented on issue #40083:
URL: https://github.com/apache/arrow/issues/40083#issuecomment-1960305552
Make a docker container with this dockerfile:
FROM postgres:15.3-alpineRUN apk add openjdk17
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/communityRUN apk add git
cmake maven gcc musl-dev gcompat libc6-compat make
ENTRYPOINT ["tail", "-f", "/dev/null"]
Then run it, then exec into the container, then you can build arrow and
reproduce this issue using a unit test
Hunter
On Thursday, February 22, 2024 at 06:04:42 AM PST, david dali susanibar
arce ***@***.***> wrote:
@hunterpayne, what Java could I use to test this
UnsupportedOperationException: sun.misc.Unsafe unavailable scenario? I would
appreciate if you could provide me with a basic setup to replicate this
scenario and apply the changes suggested?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
--
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]