I've noticed that there is nice deep integration between arrow and parquet in the c++ implementation. Ex: https://github.com/apache/arrow/blob/master/cpp/examples/parquet/parquet-arrow/reader-writer.cc
Are there any plans for similar support in golang? Maybe there is a roadmap I missed. If there are no such plans, I'm curious if others have had success using the c++ implementation for reading/writing parquet files to/from arrow in golang. Thanks, Casey
