Skip to content

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

Description

@kryaksy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests or improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions