Commits


ptaylor authored and Dominik Moritz committed 8446109265e
ARROW-15852: [JS] Fix error thrown by `Table.getByteLength()` Fixes an oversight in the v7.0.0 big refactor -- now methods added to the Table's prototype aren't called within the context of the visitor, so `getByteLength()` was throwing a null reference error. Related JIRA: https://issues.apache.org/jira/browse/ARROW-15852 Closes #12771 from trxcllnt/fix/table-get-byte-length Authored-by: ptaylor <paul.e.taylor@me.com> Signed-off-by: Dominik Moritz <domoritz@gmail.com>