alamb opened a new issue #1404: URL: https://github.com/apache/arrow-rs/issues/1404
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It would be nice to have more complete integration coverage for the rust implementation, as well as more documentation and community knowledge about how to run them re #1398 The basic idea here is to triage remaining failures in the integration tests with the rust implementation and file tickets and/or fix them **Describe the solution you'd like** 1. Setup the integration tests as described in https://github.com/apache/arrow-rs/pull/1403 2. Verify that running `archery --debug integration --run-flight --with-cpp=true --with-rust=true` passes without error Then, for each line like `.skip_category('Rust'),` in https://github.com/apache/arrow/blob/master/dev/archery/archery/integration/datagen.py,: 1. remove it from datagen.py 2. Rerun `archery --debug integration --run-flight --with-cpp=true --with-rust=true` 3. File figure out why it fails and fix it / file a ticket **Additional context** re #1398 -- 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]
