Commits


David Li authored and GitHub committed 9431d5e7bc7
ARROW-17113: [Java] Fail loudly in static initializer blocks (#13678) - MemoryUtil will print a stack trace to the console on failure (since Arrow won't really work without it) - Flight utility classes will print a stack trace but won't prevent class initialization (it will just fall back to the "slow" path) Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>