Antoine Pitrou created ARROW-5051:
-------------------------------------
Summary: [Gandiva] [Ruby] Test failure in release verification
script
Key: ARROW-5051
URL: https://issues.apache.org/jira/browse/ARROW-5051
Project: Apache Arrow
Issue Type: Bug
Components: C++ - Gandiva, Ruby
Reporter: Antoine Pitrou
I got this:
{code}
23: end
24:
25: def test_value
=> 26: assert_equal(@value, @node.value)
27: end
28:
29: def test_return_type
/tmp/arrow-0.13.0.NUWtu/apache-arrow-0.13.0/c_glib/test/gandiva/test-string-literal-node.rb:26:in
`test_value'
<"Hello"> expected but was
<"\u0010Ұ6q">
Failure: test_value(TestGandivaStringLiteralNode)
{code}
When running the verification script:
{code}
./dev/release/verify-release-candidate.sh source 0.13.0 4
{code}
The value displayed above looks like corrupted memory...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)