Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Recently, we moved {go,java,js}/
in apache/arrow to apache/arrow-{go,java,js}. But our integration test hasn't followed the change:
arrow-rs/.github/workflows/integration.yml
Lines 51 to 109 in 7e85b48
Describe the solution you'd like
Use apache/arrow-{go,java,js} for integration test.
Describe alternatives you've considered
If we don't need integration test with them, we can drop Go, Java and JavaScript related configurations.
Additional context
None.