aglinxinyuan commented on issue #3922: URL: https://github.com/apache/texera/issues/3922#issuecomment-3414079208
See the following workflow: <img width="796" height="796" alt="Image" src="https://github.com/user-attachments/assets/da66ed3f-37fd-4b7b-a303-ee6d15fd1be9" /> <img width="1380" height="985" alt="Image" src="https://github.com/user-attachments/assets/c62d57fb-1344-4274-b89b-ce9ab513bbf1" /> Binary is simply the type used to decode the bytes. For example, if I have the characters '1', '2', and '3', and decode them using the binary type, I get the bytes 31, 32, and 33 in hex. However, I should still be able to sort them and later decode them as strings if needed. My point is that the type used to decode the data should not affect the ability to sort the data, since we might choose a different decoding method later. -- 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]
