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

[BUG] A object_id_field will throw class java.util.ArrayList cannot be cast to class java.lang.String #26

Closed
jzonthemtn opened this issue Sep 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working untriaged
Milestone

Comments

@jzonthemtn
Copy link
Collaborator

What is the bug?

When providing an object_id_field in the ext of a search request, the plugin will throw class java.util.ArrayList cannot be cast to class java.lang.String

@jzonthemtn jzonthemtn added bug Something isn't working untriaged labels Sep 30, 2024
@jzonthemtn jzonthemtn added this to the 2.17.0 milestone Sep 30, 2024
@jzonthemtn jzonthemtn self-assigned this Sep 30, 2024
jzonthemtn added a commit to jzonthemtn/user-behavior-insights that referenced this issue Sep 30, 2024
jzonthemtn added a commit to jzonthemtn/user-behavior-insights that referenced this issue Sep 30, 2024
@jzonthemtn
Copy link
Collaborator Author

This is actually an issue with the data set that is being used for testing. The value of the object_id_field is an array and should be a string. However, there should be better error handling to fail gracefully in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
Archived in project
Development

No branches or pull requests

1 participant