finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Error while creating table from csv in javascript. Could not load arrow column of type `time32` #2523

Open kryaksy opened 5 months ago

kryaksy commented 5 months ago

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