Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kryaksy opened this issue Feb 5, 2024 · 0 comments
Labels
enhancement Feature requests or improvements

Comments

@kryaksy
Copy link

kryaksy commented Feb 5, 2024

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

@timkpaine timkpaine added the enhancement Feature requests or improvements label Feb 5, 2024
@finos finos deleted a comment from NitinSharma973 Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements
Projects
None yet
Development

No branches or pull requests

2 participants