Commit 9492e6b
authored
### Rationale for this change
Seems like it is decided to make the error message better explicitly in ARROW-14853 and #11961
Therefore, this test can be converted to the negative test.
https://github.com/apache/arrow/blob/2a3c5db7900028fbdf54a4162ce6c5b3f6e9f8e4/python/pyarrow/tests/test_compute.py#L3423
### What changes are included in this PR?
This PR proposes to add a negative test.
### Are these changes tested?
Yes, via `python -m pytest pyarrow/tests/test_compute.py::test_struct_fields_options -v`
### Are there any user-facing changes?
No, test-only.
* GitHub Issue: #48406
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
1 parent 933851b commit 9492e6b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3419 | 3419 | | |
3420 | 3420 | | |
3421 | 3421 | | |
3422 | | - | |
3423 | | - | |
| 3422 | + | |
| 3423 | + | |
3424 | 3424 | | |
3425 | 3425 | | |
3426 | 3426 | | |
| |||
0 commit comments