You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Paul Taylor (JIRA)" <ji...@apache.org> on 2019/02/05 04:08:00 UTC

[jira] [Created] (ARROW-4477) [JS] Bn shouldn't override constructor of the resulting typed array

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)