Hey Frederic, Currently the Parquet packages for Go Arrow are still in the process of getting code reviewed and submitted. The “pqarrow” module is actually the next, and last, piece to get reviewed and merged once this PR (https://github.com/apache/arrow/pull/11538) is finally approved and merged. For the time being, if you want to test it out, you can run this command in your local development:
`go mod edit -replace github.com/apache/arrow/go=github.com/zeroshade/arrow/go@parquet-pqarrow`<mailto:github.com/apache/arrow/go=github.com/zeroshade/arrow/go@parquet-pqarrow%60> That will pull down my working branch which you can play with and test (but I don’t recommend using it in anything production yet) until it gets merged into the main repo. Sorry for the confusion and inconvenience. --Matt From: Frederic Branczyk <[email protected]> Sent: Sunday, December 5, 2021 1:04 PM To: [email protected] Subject: [Go] Cannot find pqarrow module Hello, I was reading through the Go Arrow documentation, and in particular I was searching for parquet to arrow (and vice versa) conversion, when I stumbled upon this line: https://github.com/apache/arrow/blob/5bacdeaf290e833948e002e529a7ef070c8577e6/go/parquet/doc.go#L44 Hello, I was reading through the Go Arrow documentation, and in particular I was searching for parquet to arrow (and vice versa) conversion, when I stumbled upon this line: https://github.com/apache/arrow/blob/5bacdeaf290e833948e002e529a7ef070c8577e6/go/parquet/doc.go#L44<https://urldefense.com/v3/__https:/github.com/apache/arrow/blob/5bacdeaf290e833948e002e529a7ef070c8577e6/go/parquet/doc.go*L44__;Iw!!PBKjc0U4!f9yrpu3EDlQmJHhfKD0EBBCO84k5PHxIBd9ga64wO9TVk0unQwk0xkVnOJX5Dwo$> It describes that there is a module called "pqarrow" but even after searching through the whole repository and extensive google searching I couldn't find this. What am I missing? Did this potentially move and the docs just need some updating? If so, where did they move to? Best regards, Frederic
