vegarsti commented on code in PR #16985: URL: https://github.com/apache/datafusion/pull/16985#discussion_r2244411943
########## datafusion/physical-plan/src/unnest.rs: ########## @@ -51,8 +51,8 @@ use futures::{Stream, StreamExt}; use log::trace; /// Unnest the given columns (either with type struct or list) -/// For list unnesting, each rows is vertically transformed into multiple rows -/// For struct unnesting, each columns is horizontally transformed into multiple columns, +/// For list unnesting, each row is vertically transformed into multiple rows +/// For struct unnesting, each column is horizontally transformed into multiple columns, Review Comment: Grammar fix -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org