Creating a table using arrow buffer fails with Table initialization failed: Error: Abort(): Could not load arrow column of type time64
#2611
Labels
enhancement
Feature requests or improvements
Bug Report
Table initialization failed: Error: Abort(): Could not load arrow column of type
time64
Steps to Reproduce:
Loading an arrow table with a time like value
12:00
Expected Result:
Interpret the value as a string value if the lib doesn't support time64
Actual Result:
Table initialization failed: Error: Abort(): Could not load arrow column of type
time64
Environment:
Using the current wasm version of the lib 2.10.0
Additional Context:
The arrow table is generated via duckdb.
The text was updated successfully, but these errors were encountered: