Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-12-05 Thread Wes McKinney
hi Dominik — can you provide instructions for how we should verify the release, aside from checking the GPG signature and checksums? On Sun, Nov 28, 2021 at 12:41 PM Dominik Moritz wrote: > > Are you talking about https://github.com/domoritz/arrow-wasm? It definitely > isn’t ready for prime time.

[C++][Python] Metadata and ORC

2021-12-05 Thread Ian Joiner
Hi, Currently the ORC reader can read ORC metadata of a table. However it doesn’t actually write the obtained metadata into the schema of the resulting Arrow Table. The ORC writer can not write either field-specific or schema-level metadata from Arrow Tables into ORC. I wonder whether we should c