Re: RE: [Go] expose ability to write arrow.Table to JSON

2021-04-23 Thread Francois Saint-Jacques
the internal integration testing. > > > > -----Original Message----- > > From: Micah Kornfield > > Sent: Wednesday, April 21, 2021 11:19 PM > > To: dev > > Subject: Re: [Go] expose ability to write arrow.Table to JSON > > > > > I was wondering w

Re: RE: [Go] expose ability to write arrow.Table to JSON

2021-04-22 Thread Agam Brahma
standardized external format > expected as JSON for arrow to my knowledge. Having arrjson be internal is > intentional due to it being for the internal integration testing. > > -Original Message- > From: Micah Kornfield > Sent: Wednesday, April 21, 2021 11:19 PM > To:

RE: [Go] expose ability to write arrow.Table to JSON

2021-04-22 Thread Matthew Topol
: dev Subject: Re: [Go] expose ability to write arrow.Table to JSON > I was wondering why `arrjson` is kept as an internal package within go/arrow. I think this is probably what is used for internal integration testing, we have specific JSON format that is expected, that needs to free to evo

Re: [Go] expose ability to write arrow.Table to JSON

2021-04-21 Thread Micah Kornfield
> I was wondering why `arrjson` is kept as an internal package within go/arrow. I think this is probably what is used for internal integration testing, we have specific JSON format that is expected, that needs to free to evolve and probably isn't what users are looking for. > Is there a differen