Re: [EXTERNAL] Re: Field class in Java vs C#

2023-03-09 Thread Will Jones
ache/arrow/issues/33857 On Thu, Mar 9, 2023 at 1:38 PM David Coe wrote: > Yes, ok, I see the pattern now. Thanks you. > > -Original Message- > From: David Li > Sent: Thursday, March 9, 2023 4:30 PM > To: dev@arrow.apache.org > Subject: Re: [EXTERNAL] Re: Field cla

RE: [EXTERNAL] Re: Field class in Java vs C#

2023-03-09 Thread David Coe
Yes, ok, I see the pattern now. Thanks you. -Original Message- From: David Li Sent: Thursday, March 9, 2023 4:30 PM To: dev@arrow.apache.org Subject: Re: [EXTERNAL] Re: Field class in Java vs C# [You don't often get email from lidav...@apache.org. Learn why this is important at

Re: [EXTERNAL] Re: Field class in Java vs C#

2023-03-09 Thread David Li
#x27;s > not an obvious way to add those children to the respected fields. > > -Original Message- > From: David Li > Sent: Thursday, March 9, 2023 3:37 PM > To: dev@arrow.apache.org > Subject: [EXTERNAL] Re: Field class in Java vs C# > > [You don't often ge

RE: [EXTERNAL] Re: Field class in Java vs C#

2023-03-09 Thread David Coe
#L116 it wants COLUMN_SCHEMA and CONSTRAINT_SCHEMA as children but there's not an obvious way to add those children to the respected fields. -Original Message- From: David Li Sent: Thursday, March 9, 2023 3:37 PM To: dev@arrow.apache.org Subject: [EXTERNAL] Re: Field class in Java

Re: Field class in Java vs C#

2023-03-09 Thread David Li
I'd be very interested if I can help in any way with porting ADBC to more languages, and learning more about use cases/what functionality is useful (e.g. are you looking to have a full driver/client ecosystem in C♯, or are you interested in being able to leverage drivers written in C/C++/Go?) >

Field class in Java vs C#

2023-03-09 Thread David Coe
I am interested in the difference between how a Field is structured in Java (with children) and in C# (no children) and why that's the case. I am looking to port apache/arrow-adbc: Apache arrow (github.com) to C# but the concept of children is making it a l