This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch dev-qdp
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/dev-qdp by this push:
new db71abfe3 [QDP] Fix Route Error in Makefile (#775)
db71abfe3 is described below
commit db71abfe31d4b70bde2cc7f8455c5a5f65e86a5d
Author: KUAN-HAO HUANG <[email protected]>
AuthorDate: Wed Dec 31 22:31:26 2025 +0800
[QDP] Fix Route Error in Makefile (#775)
---
qdp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qdp/Makefile b/qdp/Makefile
index 3d68665ae..51f37a551 100644
--- a/qdp/Makefile
+++ b/qdp/Makefile
@@ -43,7 +43,7 @@ test_rust:
cargo test --workspace
install_benchmark:
- cd qdp/qdp-python && uv sync --group benchmark
+ cd qdp-python && uv sync --group benchmark
benchmark: install install_benchmark
@echo "Running e2e benchmark tests..."