Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
I’m currently in the progress of porting the C++ version of Parquet in the Apache Arrow project to Golang. Many projects and companies have been and are building their data lakes and persistence layer using Parquet. Apache Spark uses it heavily for persistence (including Databricks DeltaLake).
To me this is the missing component for people to truly begin using the Go implementation of Arrow with any existing data architectures.
If you have any interest in this project, give this issue a watch as it will keep me motivated to finish the port. Also, if you have specific use cases feel free to drop them in here so I can keep them in mind as I continue with the port.
Things with the code base are rather in flux at the moment as I figure out how to solve various nuances between the features of C++ and Go. As soon as I have a solid chunk of the port working, I’ll create a PR in the Apache Arrow project on Github and let everyone know in here.
Attachments
Issue Links
- links to
1.
|
First Chunk of ported Parquet Code | Resolved | Matthew Topol |
|
||||||||
2.
|
Next Chunk of ported Code | Resolved | Matthew Topol |
|
||||||||
3.
|
[Go][Parquet] Add Schema Package | Resolved | Matthew Topol |
|
||||||||
4.
|
[Go][Parquet] Add Encoding Package Part 1 | Resolved | Matthew Topol |
|
||||||||
5.
|
[Go][Parquet] Add Encoding Package Part 2 | Resolved | Matthew Topol |
|
||||||||
6.
|
[Go][Parquet] Add Metadata Package | Resolved | Matthew Topol |
|
||||||||
7.
|
[Go][Parquet] Add File Package - readers | Resolved | Matthew Topol |
|
||||||||
8.
|
[Go][Parquet] Add File Package - writers | Resolved | Matthew Topol |
|
||||||||
9.
|
[Go][Parquet] Add pqarrow package for direct Parquet <--> Arrow | Resolved | Matthew Topol |
|