I have this small (1kb) data file which causes a crash when I try to export it to vortex.
D load vortex;
D describe select * from 'test.json';
┌─────────────┬───────────────────────────────────────────────────────────────────┬─────────┬─────────┬─────────┬─────────┐
│ column_name │ column_type │ null │ key │ default │ extra │
│ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │
├─────────────┼───────────────────────────────────────────────────────────────────┼─────────┼─────────┼─────────┼─────────┤
│ stats │ STRUCT(v DOUBLE, country STRUCT("key" VARCHAR, "value" DOUBLE)[]) │ YES │ NULL │ NULL │ NULL │
└─────────────┴───────────────────────────────────────────────────────────────────┴─────────┴─────────┴─────────┴─────────┘
D copy ( select * from 'test.json') to 'test.vortex' (format vortex);
memory allocation of 2012518595690544 bytes failed
Aborted (core dumped)
What happened?
I have this small (1kb) data file which causes a crash when I try to export it to vortex.
test.json
Steps to reproduce
see above
Environment
Additional context
No response