Read parquet file & print table incrementally
Abierto
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When printing the parquet file as a table, the CLI will read all rows into
memory before generating the table (also in memory?).
For large files, this could cause the CLI to run out of memory. Could this be refactored to be done in a lazy way, so table rows can be read and printed one at a time (or buffered)?
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.