Alexander created ARROW-10542:
---------------------------------
Summary: [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
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)