adriangb commented on code in PR #20015: URL: https://github.com/apache/datafusion/pull/20015#discussion_r2732377518
########## datafusion/sqllogictest/test_files/projection_pushdown.slt: ########## @@ -361,13 +361,58 @@ SELECT id, s['value'] FROM simple_struct ORDER BY s['value']; 5 250 4 300 +### +# Test 4.4: Projection with duplicate column through Sort +# The projection expands the logical output (3→4 columns) but reduces physical columns Review Comment: The point is that after the projection there are 4 columns but before the projection there are 3 columns. But I agree the comment is confusing, I'll reword it -- 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]
