tustvold commented on code in PR #8758: URL: https://github.com/apache/arrow-datafusion/pull/8758#discussion_r1445140020
########## datafusion/sqllogictest/test_files/subquery.slt: ########## @@ -878,13 +878,8 @@ Projection: t1.t1_id, CASE WHEN __scalar_sq_1.__always_true IS NULL THEN Int64(2 --------Aggregate: groupBy=[[t2.t2_int, Boolean(true) AS __always_true]], aggr=[[COUNT(UInt8(1)) AS COUNT(*)]] ----------TableScan: t2 projection=[t2_int] -query II rowsort +query error DataFusion error: Arrow error: Invalid argument error: arguments need to have the same data type Review Comment: I'm tracking this one down now -- 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]
