Skip to content

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Jul 29, 2023

I'm not sure why this is failing, but it seems like it might point to an Arrow JS bug. In particular, the decimal array written by pyarrow is

[Decimal("1.23"), Decimal("2.67"), Decimal("4.93")], type=pa.decimal128(10, 3)

I'm not sure how to interpret the console.log output from here

console.log(originalVector.get(0));
console.log(wasmVector.get(0));

DecimalBigNum(4) [Uint32Array] [ 1230, 0, 0, 0 ]
DecimalBigNum(3) [Uint32Array] [ 1230, 0, 0 ]

@kylebarron
Copy link
Owner Author

Looks like the same error as apache/arrow-js#77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant