Bug Report
Could not create table with csv containing a time32 value.
Steps to Reproduce:
const worker = perspective.worker();
await worker.table(`minute\n10:30`);
Expected Result:
Create table successfully with given csv.
Actual Result:
Throwing error:
Table initialization failed: Error: Abort(): Could not load arrow column of type time32
Environment:
perspective@2.7.2
Bug Report
Could not create table with csv containing a
time32value.Steps to Reproduce:
Expected Result:
Create table successfully with given csv.
Actual Result:
Throwing error:
Table initialization failed: Error: Abort(): Could not load arrow column of type
time32Environment:
perspective@2.7.2