kou commented on PR #320: URL: https://github.com/apache/arrow-js/pull/320#issuecomment-3483215679
Could you use Archery for integration test? https://arrow.apache.org/docs/format/Integration.html We can enable it by the following change in apache/arrow: ```diff diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py index 83913dc379..7ace28e1be 100644 --- a/dev/archery/archery/integration/datagen.py +++ b/dev/archery/archery/integration/datagen.py @@ -2003,7 +2003,6 @@ def get_generated_json_files(tempdir=None): .skip_tester('Rust'), generate_binary_view_case() - .skip_tester('JS') # TODO(https://github.com/apache/arrow-nanoarrow/issues/618) .skip_tester('nanoarrow') .skip_tester('Rust'), ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
