Rich-T-kid commented on issue #10017:
URL: https://github.com/apache/arrow-rs/issues/10017#issuecomment-4645026617

   # current call sites that will be affected by changing the behavior of 
`REE:slice()` splits into break or safe. Break means just changing 
`REE::slice()` to trim the values array as well will break assumptions that the 
call sites make
   ## Break:
   - arrow-array/src/array/run_array.rs:1293
   - arrow-array/src/array/run_array.rs:1372
   - arrow-array/src/array/run_array.rs:1385
   - arrow-array/src/array/run_array.rs:1416
   - arrow-array/src/array/run_array.rs:1417
   - arrow-array/src/array/run_array.rs:1418
   - arrow-array/src/array/run_array.rs:1449
   - arrow-array/src/array/run_array.rs:1459
   - arrow-array/src/array/run_array.rs:1475
   - arrow-array/src/array/run_array.rs:1476
   - arrow-array/src/array/run_array.rs:1479
   - arrow-array/src/run_iterator.rs:366
   - arrow-arith/src/aggregate.rs:1935
   - arrow-arith/src/aggregate.rs:1997
   - arrow-arith/src/aggregate.rs:2011
   - arrow-ord/src/sort.rs:796
   - arrow-ord/src/sort.rs:3342
   - arrow-ipc/src/writer.rs:3086
   - arrow-ipc/src/reader.rs:2630
   - arrow-select/src/take.rs:2644
   - arrow-cast/src/cast/mod.rs:12995
   - arrow-row/src/run.rs:643
   
   ## Safe:
   - arrow-array/src/array/run_array.rs:939
   - arrow-array/src/array/run_array.rs:1240
   - arrow-array/src/array/run_array.rs:1260
   - arrow-array/src/array/run_array.rs:1402
   - arrow-array/src/run_iterator.rs:354
   - arrow-ipc/src/writer.rs:3073
   - arrow-buffer/src/buffer/run.rs:393
   - arrow-buffer/src/buffer/run.rs:412
   - arrow-buffer/src/buffer/run.rs:420


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