This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b385fcd ARROW-12333: [JS] Remove jest-environment-node-debug and do
not emit from typescript by default
add f0bdcdb ARROW-12303: [JS] Use iterator instead of yield
No new revisions were added by this update.
Summary of changes:
js/perf/index.js | 22 ++++++++
js/src/compute/dataframe.ts | 65 ++++++++++++++++------
js/src/util/bit.ts | 48 ++++++++++++----
js/src/vector/chunked.ts | 42 ++++++++++++--
js/src/visitor/indexof.ts | 4 +-
js/src/visitor/iterator.ts | 34 ++++++++---
js/src/visitor/jsonvectorassembler.ts | 6 +-
js/test/unit/bit-tests.ts | 41 ++++++++++++++
js/test/unit/recordbatch/record-batch-tests.ts | 6 +-
js/test/unit/table-tests.ts | 7 +--
.../arrow/python/init.h => js/test/unit/utils.ts | 11 +---
11 files changed, 222 insertions(+), 64 deletions(-)
create mode 100644 js/test/unit/bit-tests.ts
copy cpp/src/arrow/python/init.h => js/test/unit/utils.ts (83%)