From a7a88455029a6a9788dd9a2f974b32203dc58427 Mon Sep 17 00:00:00 2001 From: cancaicai <2356672992@qq.com> Date: Sun, 27 Oct 2024 00:15:45 +0800 Subject: [PATCH] MINOR: [Java] Modify document error description --- java/gandiva/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/gandiva/README.md b/java/gandiva/README.md index 22a292eaff028..46f90b3422012 100644 --- a/java/gandiva/README.md +++ b/java/gandiva/README.md @@ -27,6 +27,6 @@ install: ## Building and running tests ``` -cd java +cd java/gandiva mvn install -Dgandiva.cpp.build.dir= ```