a-poor / a-poor/parq

Read parquet file & print table incrementally

Abierto
#4 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.