observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
957 stars 83 forks source link

issue with DuckDB parsing #371

Open enjalot opened 1 year ago

enjalot commented 1 year ago

I ran into an issue parsing numbers in JSON fields from a parquet file. I've reproduced with a simple test case here: https://observablehq.com/d/c5f796070b98c2a5

I submitted an issue with duckdb-wasm but the behavior works as expected in shell.duckdb.org so it may be the duckdb client in stdlib. https://github.com/duckdb/duckdb-wasm/issues/1267