Skip to content

impl Deserialize for ChunkedArray #22439

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

Open
elbaro opened this issue Apr 27, 2025 · 0 comments · May be fixed by #22847
Open

impl Deserialize for ChunkedArray #22439

elbaro opened this issue Apr 27, 2025 · 0 comments · May be fixed by #22847
Labels
enhancement New feature or an improvement of an existing feature

Comments

@elbaro
Copy link
Contributor

elbaro commented Apr 27, 2025

Description

ChunkedArray implements serde::Serialize but no serde::Deserialize.

#[derive(serde::Serialize, serde::Deserialize)] // error
pub struct Object {
    pub x: Float32Chunked,
    pub y: Float32Chunked,
}
@elbaro elbaro added the enhancement New feature or an improvement of an existing feature label Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
1 participant