Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-13 Thread Takashi Hashida
egration test suite, in particular) is a > > > > significant amount of work, so I'm concerned if the C# community does > > > > not pool efforts on this that the most likely outcome is that Arrow as > > > > a technology will simply fail to get traction in

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-13 Thread Takashi Hashida
egration test suite, in particular) is a > > > > significant amount of work, so I'm concerned if the C# community does > > > > not pool efforts on this that the most likely outcome is that Arrow as > > > > a technology will simply fail to get traction in

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread anthony . abate
simply fail to get traction in the .NET world. > > > > > > > -Anthony > > > > > > > > > > > > On Fri, Jul 10, 2020 at 2:23 PM Eric Erhardt > > > > wrote: > > > > > > > > > I agree with Adam, the m

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread Wes McKinney
brary for C# listed anywhere else in the > > > > > documentation. > > > > > > > > We have some XML style doc comments in the code. It would be great if > > we > > > > could generate a website/markdown from those XML files produced by the > >

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread Adam Szmigin
Hi Anthony, On 12/07/2020 20:43, anthony.ab...@gmail.com wrote: It appears that fragmentation is already a problem (ie private forks) I should point out that the private fork currently used by my organisation is a "minimal divergence" from the upstream project, and it was my intention from th

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread anthony . abate
it shown under the Documentation tab on > > > https://arrow.apache.org/. I've opened > > > https://issues.apache.org/jira/browse/ARROW-9406 for this. > > > > > > Eric > > > > > > -Original Message- > > > From: Adam Szm

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread Wes McKinney
iles produced by the > > build. And then get it shown under the Documentation tab on > > https://arrow.apache.org/. I've opened > > https://issues.apache.org/jira/browse/ARROW-9406 for this. > > > > Eric > > > > -Original Message- > > From: Adam Sz

Re: [EXTERNAL] Re: .NET support for Arrow

2020-07-12 Thread anthony . abate
; > Eric > > -Original Message- > From: Adam Szmigin > Sent: Friday, July 10, 2020 6:28 AM > To: dev@arrow.apache.org > Subject: [EXTERNAL] Re: .NET support for Arrow > > Hi Yash, > > My organisation is using the C# library for a product we are working on.

RE: [EXTERNAL] Re: .NET support for Arrow

2020-07-10 Thread Eric Erhardt
.apache.org Subject: [EXTERNAL] Re: .NET support for Arrow Hi Yash, My organisation is using the C# library for a product we are working on.  However, we are using a fork which includes a number of bug-fixes for issues that would have otherwise blocked us. I've raised a few PRs to fix the

Re: .NET support for Arrow

2020-07-10 Thread Adam Szmigin
Hi Yash, My organisation is using the C# library for a product we are working on.  However, we are using a fork which includes a number of bug-fixes for issues that would have otherwise blocked us. I've raised a few PRs to fix these upstream. I think it's fair to say that the C# library is a

Re: .NET support for Arrow

2020-07-09 Thread Sutou Kouhei
Hi, You can install the Apache Arrow library for .NET by NuGet: https://www.nuget.org/packages/Apache.Arrow/ Thanks, -- kou In ".NET support for Arrow" on Fri, 10 Jul 2020 08:35:11 +0530, Yash Ganthe wrote: > Hi, > > The first paragraph of docs at https://arrow.

.NET support for Arrow

2020-07-09 Thread Yash Ganthe
Hi, The first paragraph of docs at https://arrow.apache.org/ says it supports C#. However there is no library for C# listed anywhere else in the documentation. Is .NET supported at all? Regards, Yash