alamb opened a new pull request, #10100:
URL: https://github.com/apache/arrow-rs/pull/10100

   # Which issue does this PR close?
   
   N/A — test cleanup only.
   
   # Rationale for this change
   
   `test_interleave_lists` and `test_interleave_list_views` built the **same** 
`a`/`b`/`expected` list arrays via copy-pasted `GenericListBuilder` boilerplate 
(three near-identical append sequences, duplicated across both tests).
   
   # What changes are included in this PR?
   
   Factor the shared fixture into `interleave_list_fixture<O>()`, which returns 
the `a`/`b`/`expected` list arrays plus the interleave indices. Both tests 
reuse it; the list-view test just converts the fixtures with `.into()`. No 
change to what is tested (same data, indices, and assertions).
   
   # Are these changes tested?
   
   Yes — `test_lists`, `test_large_lists`, `test_list_views`, 
`test_large_list_views` all still pass.
   
   # Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to