Replies: 3 comments 1 reply
-
AFAIK, transmission between C# and JS would have had to go through the IPC format. This is covered by the IPC format version. In other words, you are no worse off, in terms of compatibility, then you were before. As it says on the page you linked:
So as long as the two implementations support the feature they should be able to communicate. This page documents implementation status. So, for example, if you have decimal32 arrays in C# you will not be able to deserialize them in JS. This was true even when the two libraries were in the monorepo and versioned together (just because they were the same version did not mean they had the same completeness of implementation) |
Beta Was this translation helpful? Give feedback.
-
@westonpace beat me to answer to the compatibility question. Well-said! For context on the move, the discussion started out on the mailing list, see [DISCUSS] Split JS release process. It was also posted as a GitHub Discussion but the mailing list is where decision-making happens on Arrow (and other Apache projects). |
Beta Was this translation helpful? Give feedback.
-
Also, the Arrow in-memory format has been stable since version 1.0. New datatypes have been added, but unless you're using a datatype that one of your Arrow implementations of choice doesn't support, you'll be good. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions