Read schema for an empty parquet file?
Abierto
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently, printing a parquet file's schema requires that there is at least one row that can be read in. This seems to be a requirement of the [parquet-go/reader](https://pkg.go.dev/github.com/xitongsys/parquet-go@v1.6.2/reader) (where the reader object has an `ObjType` field of type `reflect.Type` that is `nil` until some data is read.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.