Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ruby][Release] verify-rc-source-ruby-linux-almalinux-8-amd64 is failed #40668

Closed
kou opened this issue Mar 19, 2024 · 1 comment
Closed

[Ruby][Release] verify-rc-source-ruby-linux-almalinux-8-amd64 is failed #40668

kou opened this issue Mar 19, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Mar 19, 2024

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

@kou kou added the Type: bug label Mar 19, 2024
kou added a commit that referenced this issue Mar 20, 2024
### Rationale for this change

GLib 2.58 or later is required for `TimestampDataType`'s timezone support.

### What changes are included in this PR?

Check GLib version.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #40668

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 16.0.0 milestone Mar 20, 2024
@kou
Copy link
Member Author

kou commented Mar 20, 2024

Issue resolved by pull request 40669
#40669

@kou kou closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant