[
https://issues.apache.org/jira/browse/ARROW-10542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Erhardt resolved ARROW-10542.
----------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 8694
[https://github.com/apache/arrow/pull/8694]
> [C#][Flight] Add beginning on flight code for net core
> ------------------------------------------------------
>
> Key: ARROW-10542
> URL: https://issues.apache.org/jira/browse/ARROW-10542
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C#, FlightRPC
> Reporter: Alexander
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 13h 40m
> Remaining Estimate: 0h
>
> Adding support for flight in net core would be a required component for me,
> since a project I am working on is looking to migrate from our proprietary
> protocol to Arrow.
> This is something I can start myself to do, but I would like some feedback,
> firstly:
> Allot of the C# code is internal only, and at the start now I added the grpc
> libraries in the "Apache.Arrow" project, this requires a bump of the
> supported framework version from 1.3 to 1.5
> If this is not ok, a lot of the existing code would have to be refactored.
> The gRPC client framework requires .netstandard 2.1, I plan to add this to a
> seperate project completely, to not remove support from netstandard1.5 and
> above from the main lib.
> Implementation wise I am looking mostly on the java code to try and not
> reinvent the wheel. But an initial version would not come with the buffer
> optimizations that java and C++ has if that is ok.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)