OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.
1.59k
stars
321
forks
source link
fix: handle repeated sort keys and sort as int #3946
Closed
oh2024 closed 5 months ago
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) bug fix
What is the current behavior? (You can also link to an open issue here)
json_array_sort
drops duplicate sort keysjson_array_sort
sorts by string instead of intWhat is the new behavior (if this is a feature change)?
json_array_sort
does not drop duplicate sort keysjson_array_sort
sorts by int instead of string, and breaks ties using output column