-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Understanding that histogram sometimes fail, I'm reporting another case here for future testing.
SELECT residence_addresses_casserrstatcode, count(*) as cnt
FROM "l2_2020_07_24"."demographic"
group by 1
order by 2 desc
;
and received error
RangeError: Invalid array length
at histogram (/home/ubuntu/.vscode-server/extensions/benjamcalvin.vscode-sql-0.0.2/node_modules/bars/index.js:49:12)
at Query.format_histogram (/home/ubuntu/.vscode-server/extensions/benjamcalvin.vscode-sql-0.0.2/out/query.js:81:25)
at /home/ubuntu/.vscode-server/extensions/benjamcalvin.vscode-sql-0.0.2/out/extension.js:81:88
at t.ExtHostTextEditor.edit (/home/ubuntu/.vscode-server/bin/d2e414d9e4239a252d1ab117bd7067f125afd80a/out/vs/server/remoteExtensionHostProcess.js:672:588)
at /home/ubuntu/.vscode-server/extensions/benjamcalvin.vscode-sql-0.0.2/out/extension.js:80:24
at Generator.next (<anonymous>)
at fulfilled (/home/ubuntu/.vscode-server/extensions/benjamcalvin.vscode-sql-0.0.2/out/extension.js:5:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels