You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: invalid top-n value in knn which cause core dumped. (infiniflow#806)
### What problem does this PR solve?
Add range check for TOP-N in KNN, now if non-positive number is passed,
throw a `RecoverableError`.
Issue link:infiniflow#776
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
0 commit comments