jorgecarleitao commented on pull request #779:
URL: https://github.com/apache/arrow-rs/pull/779#issuecomment-925511541


   A trick I use in arrow2 for this is to have [a git 
patch](https://github.com/jorgecarleitao/arrow2/blob/main/integration-testing/unskip.patch)
 and apply it to arrow during execution 
[here](https://github.com/jorgecarleitao/arrow2/blob/main/.github/workflows/integration-ipc.yml#L30).
 An alternative is to create a PR in apache/arrow and point to that PR on our 
CI 
[here](https://github.com/apache/arrow-rs/blob/master/.github/workflows/integration.yml#L32).
 Once tests pass here, merge this PR without that change here and afterwards 
the PR in apache/arrow.
   


-- 
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]


Reply via email to