Paul Taylor created ARROW-4477: ---------------------------------- Summary: [JS] Bn shouldn't override constructor of the resulting typed array Key: ARROW-4477 URL: https://issues.apache.org/jira/browse/ARROW-4477 Project: Apache Arrow Issue Type: Bug Components: JavaScript Affects Versions: 0.4.0 Reporter: Paul Taylor Assignee: Paul Taylor Fix For: 0.4.0
There's an undefined constructor property definition in the {{Object.assign()}} call for the BigNum mixins that's overriding the constructor of the returned TypedArrays. I think this was left over from the first iteration where I used {{Object.create()}}. These should be removed. -- This message was sent by Atlassian JIRA (v7.6.3#76005)