yuj / sublime-parquet

A Sublime Text package for viewing Apache Parquet files
https://yuj.github.io/sublime-parquet/
MIT License
26 stars 5 forks source link

opening subsequent files causes data to be appened, rather than replaced #9

Open dogversioning opened 10 months ago

dogversioning commented 10 months ago

As of build 4169, it looks like there is some kind of buffer clearing issue present, where opening more than one parquet file during a sublime text session causes the headers of the new file to be appended to the old, and data from the two parquet files is blended together.