Michael-J-Ward opened a new pull request, #10450:
URL: https://github.com/apache/datafusion/pull/10450

   All i did was expand the `make_udf_function` macro and add the `if let 
Some(stride) = stride` conditional.
   
   To me, making the argument `Option<_>` is the natural way to make it 
optional in rust.
   
   I don't know if this solution violates other datafusion constraints, but 
`cargo test` all passed.
   
   Ref: https://github.com/apache/datafusion/issues/10424
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to