liukun4515 commented on PR #3422: URL: https://github.com/apache/arrow-datafusion/pull/3422#issuecomment-1242600435
> Thank you @liukun4515 -- this is great > > I will look at this code in the morning as well, but I think we need to handle the case where casting won't preserve sortedness (aka UTF8 -> numeric), as described on #3377 I got your point. We can add rule for cast/try_cast case. For example, just support cast/try_cast from numeric to numeric data type, I think the data type of numeric has the order. We can support other complex case in the future pr. @alamb -- 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]
