Re: [Format] C Data Interface integration testing

2023-10-19 Thread Aldrin
try the unsubscribe link at [1].[1]: https://arrow.apache.org/community/ Sent from Proton Mail for iOS On Thu, Oct 19, 2023 at 23:41, Richard Haven wrote: UNSUBSCRIBEBAJARSEANFOSGRIFIADОТПИШИHLOKOMELAOn Thu, Oct 19, 2023 at 9:56 AM Antoine Pitrou wrote:>> Hello again

Re: [Format] C Data Interface integration testing

2023-10-19 Thread Richard Haven
UNSUBSCRIBE BAJARSE ANFOSGRIFIAD ОТПИШИ HLOKOMELA On Thu, Oct 19, 2023 at 9:56 AM Antoine Pitrou wrote: > > Hello again, > > Quick update: the C++, C#, Go and Java implementations now all > participate in C Data Interface integration testing. > > (this helped us fix a few interoperability bu

Re: [Format] C Data Interface integration testing

2023-10-19 Thread Richard Haven
> > > UNSUBSCRIBE >

Re: [Format] C Data Interface integration testing

2023-10-19 Thread Neal Richardson
Nice work! Neal On Thu, Oct 19, 2023 at 4:01 PM Antoine Pitrou wrote: > > Hello again, > > Quick update: the C++, C#, Go and Java implementations now all > participate in C Data Interface integration testing. > > (this helped us fix a few interoperability bugs, and add deterministic > releasing

Re: [Format] C Data Interface integration testing

2023-10-19 Thread Antoine Pitrou
Hello again, Quick update: the C++, C#, Go and Java implementations now all participate in C Data Interface integration testing. (this helped us fix a few interoperability bugs, and add deterministic releasing of imported data in Go) Arrow Rust does not participate yet, but given how acti

Re: [Format] C Data Interface integration testing

2023-09-26 Thread Dewey Dunnington
Thank you for setting this up! I look forward to adding nanoarrow as soon as time allows. Cheers, -dewey On Tue, Sep 26, 2023 at 9:48 AM Antoine Pitrou wrote: > > > Hello, > > We have added some infrastructure for integration testing of the C Data > Interface between Arrow implementations. We a

[Format] C Data Interface integration testing

2023-09-26 Thread Antoine Pitrou
Hello, We have added some infrastructure for integration testing of the C Data Interface between Arrow implementations. We are now testing the C++ and Go implementations, but the goal in the future is for all major implementations to be tested there (perhaps including nanoarrow). - PR to a