This is an automated email from the ASF dual-hosted git repository. guanmingchiu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 333b3e716dffcf3b7d0fb3f9c0dc6e4e2150f090 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..."
