yutannihilation opened a new issue, #10740:
URL: https://github.com/apache/datafusion/issues/10740

   ### Describe the bug
   
   Currently, all args of `array_slice()` is mandatory, but `stride` seems 
optional.
   
   
https://docs.rs/datafusion/38.0.0/datafusion/functions_array/expr_fn/fn.array_slice.html:
   ```rust
   pub fn array_slice(array: Expr, begin: Expr, end: Expr, stride: Expr) -> Expr
   ```
   
   code:
   
https://github.com/apache/datafusion/blob/09dde27be39ad054f85dfb5c37b7468a3f68d652/datafusion/functions-array/src/extract.rs#L296-L305
   
   ### To Reproduce
   
   n/a
   
   ### Expected behavior
   
   n/a
   
   ### Additional context
   
   n/a


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