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
Is your feature request related to a problem or challenge?
After merging PR #10504, a new file monotonicity.rs was introduced. This file contains rules for determining whether the output of functions created with the make_math_unary_udf and make_math_binary_udf macros preserves the order of the input. Currently, these rules are not covered by tests.
Describe the solution you'd like
We need to expand the test coverage to ensure that the order-preserving properties of these functions are correctly implemented and protected. We can add both unit and .slt tests.
Is your feature request related to a problem or challenge?
After merging PR #10504, a new file monotonicity.rs was introduced. This file contains rules for determining whether the output of functions created with the
make_math_unary_udf
andmake_math_binary_udf
macros preserves the order of the input. Currently, these rules are not covered by tests.Describe the solution you'd like
We need to expand the test coverage to ensure that the order-preserving properties of these functions are correctly implemented and protected. We can add both unit and .slt tests.
Describe alternatives you've considered
No response
Additional context
An example test exists in order.slt
datafusion/datafusion/sqllogictest/test_files/order.slt
Lines 1077 to 1108 in f807947
The text was updated successfully, but these errors were encountered: