GH-44513: [C++] Fix overflow issues for large build side in swiss join #41741
Triggered via pull request
December 26, 2024 18:26
Status
Cancelled
Total duration
5m 25s
Artifacts
–
ruby.yml
on: pull_request
ARM64 macOS 14 GLib & Ruby
4m 39s
AMD64 Windows MSVC GLib
3m 49s
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:0x0000000135d581e0 ptr=0x0000600003c94100>
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:0x0000000135d2b398 ptr=0x0000600003f860b0>
key1 key2 number key1 key2 string
(uint8) (uint8) (uint16) (uint8) (uint8) (utf8)
0 2 20 2020 2 20 2-20
>.
diff:
- #<Arrow::Table:0x0000000135d581e0 ptr=0x0000600003c94100>
? ^ --- ^^^^
+ #<Arrow::Table:0x0000000135d2b398 ptr=0x0000600003f860b0>
? ^^^^ ^^^ +
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:0x0000000150dee738 ptr=0x0000600003f0b820>
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:0x0000000150dd7d80 ptr=0x0000600003f0fd90>
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:0x0000000150dee738 ptr=0x0000600003f0b820>
? ^^ ^ ^^^
+ #<Arrow::Table:0x0000000150dd7d80 ptr=0x0000600003f0fd90>
? ^ ^ + ^^^
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:0x0000000126904508 ptr=0x0000600003f9cb80>
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:0x00000001268dd9d0 ptr=0x0000600003f3d270>
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:0x0000000126904508 ptr=0x0000600003f9cb80>
? ---- ^^^^
+ #<Arrow::Table:0x00000001268dd9d0 ptr=0x0000600003f3d270>
? +++ + ^^^^
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.
|