Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uid from prediction queries until personalization is supported #184

Closed
dcrankshaw opened this issue May 26, 2017 · 0 comments · Fixed by #192
Closed

Remove uid from prediction queries until personalization is supported #184

dcrankshaw opened this issue May 26, 2017 · 0 comments · Fixed by #192
Assignees

Comments

@dcrankshaw
Copy link
Contributor

Currently, users must supply a uid as part of the prediction request body but it is never used and must always be 0. We should remove the uid field entirely. The simplest way to do this is to just stop checking for uid when we parse the prediction request JSON and hardcode the uid as 0.

Replace this line with

long uid = 0;

and update the corresponding schema here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant