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

1687 evidence loading missing genetics #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JarrodBaker
Copy link
Contributor

No description provided.

Without explicit type mappings ES infers the type of new document
fields. A small number of evidence objects have values which do not fit
into a `float`. Since the vast bulk of entries do fit into a `float` ES
infers that to be the type. This causes ~50 entries to be discarded due
to a type mismatch.

This bug is non-deterministic: there is always a chance that one of the
50 (out of ~650k) will be loaded in the first batch and the type
   inference will work correctly.

Resolves opentargets/issues#1687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants