alamb opened a new issue, #7736:
URL: https://github.com/apache/arrow-rs/issues/7736
**Describe the bug**
When verifying the release cand
```
running 2 tests
test test_to_pyarrow_byte_view ... FAILED
test test_to_pyarrow ... FAILED
failures:
---- test_to_pyarrow_byte_view stdout ----
input: RecordBatch { schema: Schema { fields: [Field { name: "string_view",
data_type: Utf8View, nullable: false, dict_id: 0, dict_is_ordered: false,
metadata: {} }, Field { name: "binary_view", data_type: BinaryView, nullable:
false, dict_id: 0, dict_is_ordered: false, metadata: {} }], metadata: {} },
columns: [StringViewArray
[
"inlined",
], BinaryViewArray
[
[105, 110, 108, 105, 110, 101, 100],
]], row_count: 1 }
thread 'test_to_pyarrow_byte_view' panicked at
arrow-pyarrow/tests/pyarrow.rs:69:10:
called `Result::unwrap()` on an `Err` value: PyErr { type: <class
'ModuleNotFoundError'>, value: ModuleNotFoundError("No module named
'pyarrow'"), traceback: None }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- test_to_pyarrow stdout ----
input: RecordBatch { schema: Schema { fields: [Field { name: "a", data_type:
Int32, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} },
Field { name: "b", data_type: Utf8, nullable: false, dict_id: 0,
dict_is_ordered: false, metadata: {} }, Field { name: "c", data_type: Utf8View,
nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }], metadata:
{} }, columns: [PrimitiveArray<Int32>
[
1,
2,
], StringArray
[
"a",
"b",
], StringViewArray
[
"short",
"a very long string",
]], row_count: 2 }
thread 'test_to_pyarrow' panicked at arrow-pyarrow/tests/pyarrow.rs:43:6:
called `Result::unwrap()` on an `Err` value: PyErr { type: <class
'ModuleNotFoundError'>, value: ModuleNotFoundError("No module named
'pyarrow'"), traceback: None }
failures:
test_to_pyarrow
test_to_pyarrow_byte_view
test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered
out; finished in 0.03s
error: test failed, to rerun pass `-p arrow-pyarrow --test pyarrow`
+ cleanup
+ '[' no = yes ']'
+ echo 'Failed to verify release candidate. See
/var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/arrow-55.2.0.XXXXX.85iutp2Fct
for details.'
Failed to verify release candidate. See
/var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/arrow-55.2.0.XXXXX.85iutp2Fct
for details.
```
**To Reproduce**
```shell
./dev/release/verify-release-candidate.sh 55.2.0 1
```
**Expected behavior**
Tests should pass
**Additional context**
I suspect this is related to the following changes:
- https://github.com/apache/arrow-rs/pull/7694
--
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]