aglinxinyuan commented on issue #3922:
URL: https://github.com/apache/texera/issues/3922#issuecomment-3414152431

   > 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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to