Ankur Goyal
Ankur Goyal
This repro just hangs now. I let it run for ~an hour. Note that when I filed the task, the old version of duckdb-wasm I was using (I believe pinned...
@carlopi following up on this, given that the fix does not actually fix the repro, I would request that we reopen this task. I'm actually a bit worried with the...
Thanks for the clarification. In our case, we actually use `json_group_structure` _without_ using `json_transform`. Specifically, we: * Call `json_group_structure` to find the distinct set of fields * Populate a UI...
Appreciate it!
Interesting, that does appear to fix it. @carlopi is there any reason not to include this by default in duckdb-wasm?
> User side the second-best way to mimic library being bundled in is explicitly load it, possibly during initialization. Got it. We are just doing `LOAD` and `INSTALL` client-side (in...