-
Notifications
You must be signed in to change notification settings - Fork 16
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
Using two major versions #294
Comments
The data itself should be completely compatible, this is a dependency issue honestly. Which library are you attempting to utilize which is currently using Arrow v16? Can you get them to update to Arrow v18? |
...I just realized that the latest go/adbc/driver/snowflake version is using Arrow v18. Not sure why I thought it was using v16, sorry. It would be the API 'X' in my example. |
Currently the |
I'm gonna close this for now, but feel free to reopen if this becomes relevant again |
Ahh, that's probably where the v16 came from, then. Thanks for pointing that out. |
The libraries are technically managed separately, a major update for arrow-go will not immediately result in an accompanying ADBC release, there would likely be some delay (on the order of days) as I would likely update it shortly after the release. |
Describe the usage question you have. Please include as many useful details as possible.
Hi,
I have a use case where I might need to consume e.g. Arrow v16 data from API 'X' but then return it in Arrow v18 to make it compatible with API 'Y'.
Although a very simplified example, the following is not feasible in Go:
Is there a recommended way to handle this sort of scenario?
Component(s)
Release
The text was updated successfully, but these errors were encountered: