-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Ruby][Release] verify-rc-source-ruby-linux-almalinux-8-amd64 is failed #40668
Copy link
Copy link
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/ursacomputing/crossbow/actions/runs/8326821388/job/22783240884#step:6:10297
Failure: test: :iso8601(CSVLoaderTest::CSVReader:::timestamp_parsers)
/arrow/ruby/red-arrow/test/test-csv-loader.rb:260:in `block (3 levels) in <class:CSVLoaderTest>'
257: Time.iso8601("2024-03-16T23:54:14Z"),
258: ]
259: values = Arrow::TimestampArray.new(data_type, timestamps)
=> 260: assert_equal(Arrow::Table.new(value: values),
261: load_csv(<<-CSV, headers: true, timestamp_parsers: [:iso8601]))
262: value
263: #{timestamps[0].iso8601}
<#<Arrow::Table:0x00006229e9431640 ptr=0x00006229e96c6500>
value
0 2024-03-16T23:54:12+00:00
1 2024-03-16T23:54:13+00:00
2 2024-03-16T23:54:14+00:00
> expected but was
<#<Arrow::Table:0x00006229e9446428 ptr=0x00006229e9749910>
value
0 2024-03-16T23:54:12+00:00
1 2024-03-16T23:54:13+00:00
2 2024-03-16T23:54:14+00:00
>
diff:
? #<Arrow::Table:0x00006229e9431640 ptr=0x00006229e96c6500>
? 4 28 74991
? ?? ? ?????
value
0 2024-03-16T23:54:12+00:00
1 2024-03-16T23:54:13+00:00
2 2024-03-16T23:54:14+00:00
Component(s)
Ruby
Reactions are currently unavailable