GitHub user aglinxinyuan added a comment to the discussion: disallowing sorting 
on binary type

> I want to confirm if the next behavior is what an avg user will expect, if I 
> input 1, 2, 10 then the sort result is 1, 10, 2, is this desired for the avg 
> user, will this not lead to confusion or even errors if the user do not 
> notice they are using binary type?
> 
> <img width="1666" height="905" alt="Image" 
> src="https://github.com/user-attachments/assets/b674dfa7-ee77-41a5-af59-b855b22b7608";
>  />

User should know they are using binary type. We don't want to drop the support 
of something because user might make mistake. The same claim is also true for 
int and string. For example, what if user input 1, 2, 10 as string? Is the 
sorting result 1,10,2 unexpected?

GitHub link: 
https://github.com/apache/texera/discussions/4007#discussioncomment-14797551

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]

Reply via email to