jorgecarleitao commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691402590
@nevi-me , to understand, the goal would we a scalar that we could safely
convert `Vec<Scalar>` from and to an array? What is the issue with
```
enum ScalarValue {
Int32(Option<i32>)
...
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]