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

Replace jvmRdd with jvmDataset in adam-python #2134

Closed
akmorrow13 opened this issue Mar 6, 2019 · 6 comments · Fixed by #2296
Closed

Replace jvmRdd with jvmDataset in adam-python #2134

akmorrow13 opened this issue Mar 6, 2019 · 6 comments · Fixed by #2296
Milestone

Comments

@akmorrow13
Copy link
Contributor

https://github.com/bigdatagenomics/adam/blob/master/adam-python/bdgenomics/adam/rdd.py#L53 and elsewhere should be called jvmDataset

@heuermh
Copy link
Member

heuermh commented Mar 6, 2019

Python needs types! What is jvmRdd an instance of?

@akmorrow13
Copy link
Contributor Author

jvmRdd is actually a jvmDataset, but it is still called jvmRdd, which is confusing

@heuermh
Copy link
Member

heuermh commented Mar 14, 2019

Yeah but what type? adam.rdd.GenomicDataset or Spark Dataset?

@akmorrow13
Copy link
Contributor Author

I think adam.rdd.GenomicDataset

@heuermh
Copy link
Member

heuermh commented Mar 14, 2019

Yeah there are some magick conversions going on in there and I'm not wholly confident I know what is happening.

Perhaps this change could be part of the mess I am making in #2112.

@heuermh heuermh added this to the 0.34.0 milestone Jan 28, 2021
@heuermh
Copy link
Member

heuermh commented Jan 28, 2021

Trying again in #2296

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 a pull request may close this issue.

2 participants