Weijun-H opened a new issue, #8830:
URL: https://github.com/apache/arrow-datafusion/issues/8830

   ### Is your feature request related to a problem or challenge?
   
   After #8829 is merged, it should support an ergonomics way to get a list 
slice with stride
   
   ### Describe the solution you'd like
   
   ```
   [1, 2, 3, 4][1: 3: 2] --> [1, 3]
   ```
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   #7215


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