adriangb commented on code in PR #20117: URL: https://github.com/apache/datafusion/pull/20117#discussion_r2756632022
########## datafusion/sqllogictest/test_files/projection_pushdown.slt: ########## @@ -1339,7 +1359,247 @@ SELECT id, s['value'] FROM simple_struct ORDER BY id, s['value']; 5 250 ##################### -# Section 12: Cleanup +# Section 12: Join Tests - get_field Extraction from Join Nodes Review Comment: I can break these out into another PR to reduce the diff if that's helpful. -- 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]
