Oleks V

Results 186 comments of Oleks V

Another thing comes to my mind, we can automate transforming current API documentation approach to attribute based one wherever possible. There are more complicated options with macros, we can leave...

Thanks @Omega359 I will be adding the udfs and alternate syntax in follow up PR. I'll find the UDFs supporting both `related_udfs` and `alternative_syntax` and make these changes simultaneously along...

@Omega359 I'm planning to merge it today, getting more code conflicts, let me know if any objections

Filed https://github.com/apache/datafusion/issues/13553 to add missing parts

I'm investigating this as part of #9359

Thanks @LorrensP-2158466 I think we need to write tests for possible combinations and if there is a crash replace it with `not_impl_err!`, if the result is incorrect we can open...

@krishvishal are you still planning to wrap this PR up?

Thanks @krishvishal the latest version becomes much more complicated compared to prev one. This can be a subject to check the performance. What is the reason for adding the specific...

Thanks @krishvishal let me quickly double check if we can do it with less data massaging. Since this will happen on execution layer it would be called for every batch...