lidavidm opened a new issue, #4374:
URL: https://github.com/apache/arrow-adbc/issues/4374
### What feature or improvement would you like to see?
We will need to drop support for arrow <= 57, which came out ~8 months ago
(vs ~2 years ago for 53):
```
error[E0599]: no function or associated item named `new` found for struct
`UnionFields` in the current scope
--> /home/lidavidm/Code/arrow-adbc/rust/core/src/schemas.rs:37:22
|
37 | UnionFields::new(
| ^^^ function or associated item not found in
`UnionFields`
|
note: if you're trying to build a new `UnionFields` consider using one of
the following associated functions:
UnionFields::empty
UnionFields::try_new
UnionFields::from_fields
UnionFields::try_from_fields
```
--
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]