jackwener commented on code in PR #5831:
URL: https://github.com/apache/arrow-datafusion/pull/5831#discussion_r1158126963


##########
benchmarks/expected-plans/q11.txt:
##########
@@ -16,7 +16,7 @@
 |               |                 Filter: nation.n_name = Utf8("GERMANY")      
                                                                                
                                   |
 |               |                   TableScan: nation projection=[n_nationkey, 
n_name]                                                                         
                                   |
 |               |         SubqueryAlias: __scalar_sq_1                         
                                                                                
                                   |
-|               |           Projection: CAST(SUM(partsupp.ps_supplycost * 
partsupp.ps_availqty) AS Float64) * Float64(0.0001) AS __value                  
                                        |
+|               |           Projection: CAST(CAST(SUM(partsupp.ps_supplycost * 
partsupp.ps_availqty) AS Float64) * Float64(0.0001) AS Decimal128(38, 15)) AS 
__value                              |

Review Comment:
   About merge cast, I prepare to do it in following PR with polish subquery 
type-coercion



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