hi, On Wed, Dec 5, 2018 at 5:29 PM MattK <[email protected]> wrote:
> Pure Go Parquet libraries are currently a bit slower than we need, and > using Arrow might be an option. > > Are there any examples of using Arrow in Go to create and write Parquet in > code where the data has already been read and typed? > like Wes, I am not aware of any body of work around this. out of curiosity, what were the Parquet packages you tried? at some point I tried to merge go-parquet with Apache Arrow: - https://github.com/xitongsys/parquet-go/issues/91 was it this package? -s
