GH-44513: [C++] Fix overflow issues for large build side in swiss join #41739
Triggered via pull request
December 26, 2024 18:10
Status
Cancelled
Total duration
7m 39s
Artifacts
–
ruby.yml
on: pull_request
ARM64 macOS 14 GLib & Ruby
4m 43s
AMD64 Windows MSVC GLib
3m 31s
Matrix: ubuntu
Matrix: windows-mingw
Annotations
10 errors
AMD64 Windows MSVC GLib
Process completed with exit code 1.
|
ARM64 macOS 14 GLib & Ruby
No available formula with the name "[email protected]". Did you mean pkg-config-wrapper?
|
Failure:
ruby/red-arrow/test/test-table.rb#L1290
<#<Arrow::Table:0x0000000146bfe720 ptr=0x0000600003bb8430>
key1 key2 number key1 key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 1 100 1100 1 100 1-100
1 2 20 2020 2 20 2-20
> expected but was
<#<Arrow::Table:0x0000000156dc29e8 ptr=0x000060000387e770>
key1 key2 number key1 key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 2 20 2020 2 20 2-20
>.
diff:
- #<Arrow::Table:0x0000000146bfe720 ptr=0x0000600003bb8430>
? ^ ^^ ^^^ -- ^^
+ #<Arrow::Table:0x0000000156dc29e8 ptr=0x000060000387e770>
? ^ ^^^^ ^ ^^^^
key1 key2 number key1 key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
- 0 1 100 1100 1 100 1-100
- 1 2 20 2020 2 20 2-20
? ^ ^
+ 0 2 20 2020 2 20 2-20
? ^ ^
|
Failure:
ruby/red-arrow/test/test-table.rb#L1324
<#<Arrow::Table:0x0000000146f96e00 ptr=0x000060000384b400>
left_key1 left_key2 number right_key1 right_key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 1 100 1100 1 100 1-100
1 2 20 2020 2 20 2-20
> expected but was
<#<Arrow::Table:0x0000000156f13630 ptr=0x0000600003b9abc0>
left_key1 left_key2 number right_key1 right_key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 2 20 2020 2 20 2-20
>.
diff:
- #<Arrow::Table:0x0000000146f96e00 ptr=0x000060000384b400>
? ^ ^ ^ - -- ^^
+ #<Arrow::Table:0x0000000156f13630 ptr=0x0000600003b9abc0>
? ^ ^^ ^ ^^^^
left_key1 left_key2 number right_key1 right_key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
- 0 1 100 1100 1 100 1-100
- 1 2 20 2020 2 20 2-20
? ^ ^
+ 0 2 20 2020 2 20 2-20
? ^ ^
|
Failure:
ruby/red-arrow/test/test-table.rb#L1516
<#<Arrow::Table:0x0000000137175600 ptr=0x00006000038d88e0>
key1_left key2_left number key1_right key2_right string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 1 100 1100 1 100 1-100
1 2 20 2020 2 20 2-20
> expected but was
<#<Arrow::Table:0x00000001371dc0f8 ptr=0x0000600003834e50>
key1_left key2_left number key1_right key2_right string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 2 20 2020 2 20 2-20
>.
diff:
- #<Arrow::Table:0x0000000137175600 ptr=0x00006000038d88e0>
? ^^^ ^ ^^^
+ #<Arrow::Table:0x00000001371dc0f8 ptr=0x0000600003834e50>
? ^^ ^^ ^^ +
key1_left key2_left number key1_right key2_right string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
- 0 1 100 1100 1 100 1-100
- 1 2 20 2020 2 20 2-20
? ^ ^
+ 0 2 20 2020 2 20 2-20
? ^ ^
|
ARM64 macOS 14 GLib & Ruby
Process completed with exit code 1.
|
AMD64 Windows MinGW 64 GLib & Ruby
Canceling since a higher priority waiting request for 'apache/arrow-fix-gh44513-C GLib & Ruby' exists
|
AMD64 Windows MinGW 64 GLib & Ruby
The operation was canceled.
|
AMD64 Ubuntu 22.04 GLib & Ruby
Canceling since a higher priority waiting request for 'apache/arrow-fix-gh44513-C GLib & Ruby' exists
|
AMD64 Ubuntu 22.04 GLib & Ruby
The operation was canceled.
|