RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
541 stars 58 forks source link

avro preview intermittently succeeds #317

Closed drdamour closed 1 year ago

drdamour commented 1 year ago

on vscode 1.73.0 and extension version

have an avro file, i would say 9/10 times i try to preview avro file i get the following error in debug console

image

but once in a while, it succeeds, awesome when it does...

tried a few different files, but they're all sourced from outputs of azure stream analytics jobs here's one just remove the .log (had to name it as such to let me upload to GH)

716329542_fa25188d60cf440085d4a902f5bb6e77_1.avro.log

RandomFractals commented 1 year ago

quit possible. try switching to light data preview theme as suggested in the pinned issue.

drdamour commented 1 year ago

yes it seems related to #250 light seems to work a bit better, suggest renmaing that issue to be like CSV and others liek avro maybe?

RandomFractals commented 1 year ago

Closing as duplicate of #250. It is a generic data preview issue with dark theme, unrelated to the format of the data file loaded.

drdamour commented 1 year ago

@RandomFractals i get the behaviour in light mode too just less often. i don't think it's specific to dark mode