-
I have a parquet file with data generated in R for which I'm receiving a load error. I have one version of the file generated by the R function arrow::write_parquet which works and a second generated by a newer library called nanoparquet::write_parquet which fails with the following error when loading in Observable Framework. Loading as:
I get the following error:
The same file loaded using the DuckDB client does not generate an error:
Both files, the arrow and nanoparquet generated files are loaded here, where both version are working: https://observablehq.com/d/fe3170f7c940438b I have tried updating Observable Framework version (I'm on v1.9.0) and run npm update, is there something else I should update? Although I'm happy with the work arounds, the simplicity of loading the file directly is very convenient. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can get the same error in your notebook by using the most recent version of parquet-wasm:
pinging @kylebarron because this goes a bit above my head :) |
Beta Was this translation helpful? Give feedback.
Thanks for your help folks, I'll post an issue with nanoparquet as I can see some differences in the file metadata