-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-16: Add integration test CI #489
Conversation
Fixes apacheGH-16.
with: | ||
repository: apache/arrow-go | ||
path: go | ||
- name: Checkout Arrow Java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need repository
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need repository
here because the default repository
is apache/arrow-java
here.
If we specify apache/arrow-java
explicitly, we can't run integration test in fork (e.g. kou/arrow-java
).
All Java -> XXX and XXX -> Java combinations are tested: https://github.com/apache/arrow-java/actions/runs/12662063731/job/35286339812?pr=489#step:11:5599
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Thanks @kou!
Fixes GH-16.