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

[Data Transfer] elasticc schema varies per partition #165

Closed
JulienPeloton opened this issue Feb 15, 2023 · 1 comment
Closed

[Data Transfer] elasticc schema varies per partition #165

JulienPeloton opened this issue Feb 15, 2023 · 1 comment
Labels
bug Something isn't working elasticc

Comments

@JulienPeloton
Copy link
Member

Even if the Spark DataFrame has a unique schema, when polling the data different partitions can get different schemas. This happens if a column in a partition has only null values -- in which case you will get e.g.:

> 10:50
124,125c125,126
< cats_broad_class: double
< cats_broad_max_prob: double
---
> cats_broad_class: null
> cats_broad_max_prob: null
@JulienPeloton
Copy link
Member Author

Done in #166

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

No branches or pull requests

1 participant