Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

DO NOT USE: no longer needed, the issue we forked for was fixed upstream

License

Notifications You must be signed in to change notification settings

medivo/parquet-go-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parquet-go-source

parquet-go-source is a source provider for parquet-go. Your source must implement ParquetFile interface:

type ParquetFile interface {
	io.Seeker
	io.Reader
	io.Writer
	io.Closer
	Open(name string) (ParquetFile, error)
	Create(name string) (ParquetFile, error)
}

Now it supports:

Thanks for all the contributors !

About

DO NOT USE: no longer needed, the issue we forked for was fixed upstream

Resources

License

Stars

Watchers

Forks

Languages

  • Go 100.0%