You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now ScalarUDF is not supported monotonicity -- this means that certain sort related optimizations can not be applied to expressions that use ScalarUDF.
Describe the solution you'd like
No response
Describe alternatives you've considered
I think ScalarUDF's monotonicity should defined by User-self, so we can add monotonicity function for ScalarUDFImpl trait, like this:
Is your feature request related to a problem or challenge?
part of #8045 .
Now
ScalarUDF
is not supportedmonotonicity
-- this means that certain sort related optimizations can not be applied to expressions that use ScalarUDF.Describe the solution you'd like
No response
Describe alternatives you've considered
I think
ScalarUDF's
monotonicity should defined by User-self, so we can addmonotonicity
function forScalarUDFImpl
trait, like this:Additional context
No response
The text was updated successfully, but these errors were encountered: