GitHub user CurtHagenlocher added a comment to the discussion: New Arrow .NET release
Okay, before performing the release I'd like to finish six things: 0) Add overflow checking to conversions in the IPC code path. 1) Factor JSON support out of `Apache.Arrow.Variant` into `Apache.Arrow.Operations`. 2) Rename `Apache.Arrow.Variant` to `Apache.Arrow.Scalars`. 3) Move some scalar types to `Apache.Arrow.Scalars` (validating that it doesn't break compatibility). 4) Add some shredding support to variants. 5) Add VariantArray as an extension type in `Apache.Arrow`. Many of these are already done locally and simply need to be cleaned up and submitted for review. 0-2 I think are required before the release. 3-5 are more optional, and I suspect the wiser thing to do would be to hold off on at least 4 and 5. GitHub link: https://github.com/apache/arrow-dotnet/discussions/296#discussioncomment-16638665 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
