jackwener commented on code in PR #7081: URL: https://github.com/apache/arrow-datafusion/pull/7081#discussion_r1273449794
########## datafusion/core/tests/sqllogictests/test_files/subquery.slt: ########## @@ -495,9 +495,9 @@ explain SELECT t1_id, t1_name FROM t1 WHERE EXISTS (SELECT count(*) FROM t2 WHER logical_plan Filter: EXISTS (<subquery>) --Subquery: -----Projection: COUNT(UInt8(1)) Review Comment: This PR change plan shape in `subquery.slt`. We need notice it carefully. -- 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]
