Previous versions get written
Closed this issue · 1 comments
mhkeller commented
I'm writing some data using ParquetWriter.openFile
and ParquetWriter.appendRow
and I'm having an issue where data from a previous run of my script is being written to disk. I'm calling await writer.close
when I'm done writing each file. If I restart my computer, the next run works fine. Is there some kind of cache or memory issue I should be aware of?
mhkeller commented
Nevermind. The bug was in the VS Code extension that previews parquet files.