-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
histogram causes crash #448
Comments
Thanks for reporting this. That's a bug in the shell. duckdb-wasm/packages/duckdb-wasm/test/regression/github_448.test.ts Lines 18 to 33 in ffa9210
|
@ankoh will the shell display the result? When I try (@duckdb/[email protected]), the shell shows an elapsed time count but nothing else. I must admit I'm having trouble retrieving histogram results. I get an undefined length from the result (vs the test above) eg: in console output here: https://codesandbox.io/s/confident-chaplygin-owxqh3?file=/src/DuckDb.js [Edit] ignore me .. I see it is .getChildAt(0) for the histogram output (I've updated the sandbox with that) |
The following currently breaks on https://shell.duckdb.org/. It works fine on my CLI.
error in browser console:
expected result
The text was updated successfully, but these errors were encountered: