Read parquet file & print table incrementally
Aperta
enhancement
- Lingua principale
- Go
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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)?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.