Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Jan 8, 2025

Fixes GH-16.

with:
repository: apache/arrow-go
path: go
- name: Checkout Arrow Java
Copy link
Member

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?

Copy link
Member Author

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).

@kou
Copy link
Member Author

kou commented Jan 8, 2025

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

Integration: Test: IPC: Java -> Java
Integration: Test: IPC: Java -> C++
Integration: Test: IPC: Java -> JS
Integration: Test: IPC: Java -> C#
Integration: Test: IPC: Java -> Go
Integration: Test: IPC: Java -> nanoarrow
Integration: Test: IPC: Java -> Rust
Integration: Test: IPC: C++ -> Java
Integration: Test: IPC: JS -> Java
Integration: Test: IPC: C# -> Java
Integration: Test: IPC: Go -> Java
Integration: Test: IPC: nanoarrow -> Java
Integration: Test: IPC: Rust -> Java
Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: Flight: Java -> Java
Integration: Test: Flight: Java -> C++
Integration: Test: Flight: Java -> C#
Integration: Test: Flight: Java -> Go
Integration: Test: Flight: Java -> Rust
Integration: Test: Flight: C++ -> Java
Integration: Test: Flight: C# -> Java
Integration: Test: Flight: Go -> Java
Integration: Test: Flight: Rust -> Java

Integration: Test: C Data Interface: Java -> Java
Integration: Test: C Data Interface: Java -> C++
Integration: Test: C Data Interface: Java -> C#
Integration: Test: C Data Interface: Java -> Go
Integration: Test: C Data Interface: Java -> nanoarrow
Integration: Test: C Data Interface: Java -> Rust
Integration: Test: C Data Interface: C++ -> Java
Integration: Test: C Data Interface: C# -> Java
Integration: Test: C Data Interface: Go -> Java
Integration: Test: C Data Interface: nanoarrow -> Java
Integration: Test: C Data Interface: Rust -> Java

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Thanks @kou!

@kou kou merged commit e2ea8fa into apache:main Jan 8, 2025
17 checks passed
@kou kou deleted the ci-integration branch January 8, 2025 02:15
@lidavidm lidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test CI: Integration

3 participants