jonmmease commented on issue #602: URL: https://github.com/apache/arrow-datafusion/issues/602#issuecomment-932045060
I would like to work on this. I have a local branch where I've added the following as a new `ScalarValue` variant: ```rust Struct(Option<Box<Vec<ScalarValue>>>, Box<Vec<Field>>) ``` mirroring the current `List` variant ```rust List(Option<Box<Vec<ScalarValue>>>, Box<DataType>) ``` Does that make sense as a starting point? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
