An implementation of the Delta Lake specification in Go.
This project is no longer being actively developed as I switched to using https://github.com/delta-io/delta-rs. Forks are welcome :)
This is a work in progress. The following features are implemented:
- Create a table
- Read a table
- Write to a table
- AddFile
- RemoveFile
- ChangeMetadata
- CommitInfo