kou opened a new issue, #40668: URL: https://github.com/apache/arrow/issues/40668
### 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 ```text 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
