aiguofer opened a new issue, #691: URL: https://github.com/apache/arrow-java/issues/691
### Describe the bug, including details regarding any error messages, version, and platform. We're upgrading our server from Arrow 14 to Arrow 18.2.0 and I'm running into an issue with our tests. When running the server, everything seems to work fine but all our tests that have a RootAllocator seem to be failing. I created a minimal project to show this issue: https://github.com/aiguofer/test-arrow-project ``` ❯ ./gradlew test > Task :compileTestKotlin FAILED e: file:///Users/aiguofer/test-arrow-project/src/test/kotlin/org/example/AppTest.kt:10:21 Unresolved reference: RootAllocator FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileTestKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 412ms 3 actionable tasks: 2 executed, 1 up-to-date ``` I've tried adding various things like `testImplementation("org.apache.arrow:arrow-memory-core:18.2.0")` and other variations but nothing seems to work. Any help would be greatly appreciated! -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org