alamb commented on code in PR #18519: URL: https://github.com/apache/datafusion/pull/18519#discussion_r2505617169
########## datafusion/sqllogictest/test_files/order.slt: ########## @@ -675,11 +675,11 @@ query TT ---- logical_plan 01)Sort: log_c11_base_c12 ASC NULLS LAST -02)--Projection: log(aggregate_test_100.c12, CAST(aggregate_test_100.c11 AS Float64)) AS log_c11_base_c12 +02)--Projection: log(aggregate_test_100.c12, aggregate_test_100.c11) AS log_c11_base_c12 Review Comment: that is probably more efficient than trying to cast externally anyways -- 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]
