alamb opened a new pull request, #9229: URL: https://github.com/apache/arrow-datafusion/pull/9229
## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/9227 ## Rationale for this change Described on https://github.com/apache/arrow-datafusion/issues/9227 Basically I found it hard to build `ScalarValue::Struct` after https://github.com/apache/arrow-datafusion/pull/7893 ## What changes are included in this PR? 1. Add documentation examples 2. Add `ScalarStructBuilder` to help ease the conversion when trying to add ScalarValues or arrays as fields 3. REmove some `From..` impls for `ScalarValue` that were added in #7893 but are of limited utility ## Are these changes tested? Yes, by doc tests ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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]
