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

Support nested structs in Struct expression #6598

Closed
oridag opened this issue Jun 8, 2023 · 2 comments
Closed

Support nested structs in Struct expression #6598

oridag opened this issue Jun 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@oridag
Copy link

oridag commented Jun 8, 2023

Is your feature request related to a problem or challenge?

Required to allow transformations the produce complex structured data

Describe the solution you'd like

Allow structs and array within a struct expression

Describe alternatives you've considered

No response

Additional context

Currently, only primitive types are supported:

/// Currently supported types by the struct function.
pub static SUPPORTED_STRUCT_TYPES: &[DataType] = &[
    DataType::Boolean,
    DataType::UInt8,
    DataType::UInt16,
    DataType::UInt32,
    DataType::UInt64,
    DataType::Int8,
    DataType::Int16,
    DataType::Int32,
    DataType::Int64,
    DataType::Float32,
    DataType::Float64,
    DataType::Utf8,
    DataType::LargeUtf8,
];
@oridag oridag added the enhancement New feature or request label Jun 8, 2023
@jiangzhx
Copy link
Contributor

jiangzhx commented Jun 8, 2023

#2326

@jayzhan211
Copy link
Contributor

This could be closed

@alamb alamb closed this as completed Jan 17, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants