comphead commented on code in PR #22174: URL: https://github.com/apache/datafusion/pull/22174#discussion_r3243838759
########## datafusion/sqllogictest/test_files/window.slt: ########## @@ -6431,6 +6431,119 @@ FROM ( 2 2 3 3 +############################################################################ +# RANGE frame with DECIMAL ORDER BY: decimal arithmetic widens the result +# precision (e.g. Decimal(10,0) ± Decimal(10,0) → Decimal(11,0)), which +# previously left the boundary target incomparable with the ORDER BY +# column and failed with "Internal error: Uncomparable values". +############################################################################ + +# Original reporter query. Review Comment: removed the query title, as it confusing, who's reporter etc -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
