Skip to content

Conversation

@GeorgeAp
Copy link

@GeorgeAp GeorgeAp commented Dec 23, 2025

What's Changed

Upgrade Arrow Java to 19.0.0

Please fill in a description of the changes here.

This contains breaking changes.

Closes https://sirensolutions.atlassian.net/browse/FEDE-8281

@GeorgeAp
Copy link
Author

In MemoryUtil, UNSAFE has now been made private so we need to find a better way to handle this change
https://github.com/apache/arrow-java/blob/main/memory/memory-core/src/main/java/org/apache/arrow/memory/util/MemoryUtil.java#L36-L37

logger.debug("Cannot get constructor for direct buffer allocation", e);
return e;
} catch (SecurityException e) {
} catch (Exception e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you remember which exception do we receive ? This to propose a fix upstream

@GeorgeAp
Copy link
Author

GeorgeAp commented Jan 6, 2026

Closing since we are upgrading to 18.3.0 instead, here is the pr #2

@GeorgeAp GeorgeAp closed this Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants