vegarsti commented on issue #18350:
URL: https://github.com/apache/datafusion/issues/18350#issuecomment-3480694337

   Thanks for chiming in!
   
   > I think reversing a list view can be done by reversing the offsets and 
lengths separately
   
   But this will still require negative arguments for `size` (which is not 
currently supported), or am I misunderstanding? If we have an array which at 
[n, n + len], the reverse will be [n + len, n] which needs to have a negative 
size/stride.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to