[
https://issues.apache.org/jira/browse/MAHOUT-901?focusedWorklogId=1004033&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1004033
]
ASF GitHub Bot logged work on MAHOUT-901:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Feb/26 04:30
Start Date: 08/Feb/26 04:30
Worklog Time Spent: 10m
Work Description: viiccwen opened a new pull request, #1031:
URL: https://github.com/apache/mahout/pull/1031
### Purpose of PR
`make test_rust` was failing with linker error `unable to find library
-lpython3.10` because it runs `cargo test` for the entire `qdp` workspace,
which includes the PyO3-based `qdp-python` crate. Building that crate requires
linking against the Python shared library, which is often not on the default
linker path or matches a different Python version. This PR scopes `test_rust`
to the Rust-only crates so that Rust tests can run without a system libpython,
while Python extension tests remain covered by `make test_python`.
### Related Issues or PRs
closes #1027
### Changes Made
<!
Issue Time Tracking
-------------------
Worklog Id: (was: 1004033)
Remaining Estimate: 0h
Time Spent: 10m
> KnnItemBasedRecommender is not working properly
> -----------------------------------------------
>
> Key: MAHOUT-901
> URL: https://issues.apache.org/jira/browse/MAHOUT-901
> Project: Mahout
> Issue Type: Improvement
> Affects Versions: 0.5
> Reporter: Georgi Stanev
> Assignee: Sean R. Owen
> Priority: Minor
> Labels: patch
> Fix For: 0.6
>
> Attachments: KnnItemBasedRecommende_newTest.java,
> KnnItemBasedRecommender_new.java
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> For more information see the mailing list archive (KnnItemBasedRecommender
> question)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)