This is an automated email from the ASF dual-hosted git repository.
domoritz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from d1a550c28c ARROW-17288: [C++] Adapt the CSV file format to the new
scan API (#14663)
add 01a30a8e29 GH-14791: [JS] Fix BitmapBufferBuilder size truncation
(#14881)
No new revisions were added by this update.
Summary of changes:
js/bin/print-buffer-alignment.js | 107 ++++++++++++++++++++---------
js/jest.config.js | 74 +++++++++++---------
js/jestconfigs/jest.apache-arrow.config.js | 26 +++++--
js/jestconfigs/jest.coverage.config.js | 24 +++++--
js/jestconfigs/jest.es2015.cjs.config.js | 24 +++++--
js/jestconfigs/jest.es2015.esm.config.js | 26 +++++--
js/jestconfigs/jest.es2015.umd.config.js | 24 +++++--
js/jestconfigs/jest.es5.cjs.config.js | 24 +++++--
js/jestconfigs/jest.es5.esm.config.js | 26 +++++--
js/jestconfigs/jest.es5.umd.config.js | 24 +++++--
js/jestconfigs/jest.esnext.cjs.config.js | 24 +++++--
js/jestconfigs/jest.esnext.esm.config.js | 26 +++++--
js/jestconfigs/jest.esnext.umd.config.js | 24 +++++--
js/jestconfigs/jest.src.config.js | 24 +++++--
js/jestconfigs/jest.ts.config.js | 26 +++++--
js/src/bin/arrow2csv.ts | 4 +-
js/src/builder/buffer.ts | 34 ++-------
js/test/generate-test-data.ts | 4 +-
js/test/unit/builders/builder-tests.ts | 1 +
19 files changed, 358 insertions(+), 188 deletions(-)