CurtHagenlocher opened a new pull request, #268: URL: https://github.com/apache/arrow-dotnet/pull/268
## What's Changed Adds generic support for extension types including an extension type registry. This has been done in what should be a fairly compatible fashion. No extension types are enabled by default, and different consumers of Arrow inside the same process can explicitly designate which extension types they want to make use of. Packages several extensibility points into a single `ArrowContext`: the compression factory, the allocator and the extension registry. Implements the `GuidArray` extension type. Adds tests including interop tests with Python for `GuidArray`. Partially implements #182. -- 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]
