alamb commented on code in PR #14980: URL: https://github.com/apache/datafusion/pull/14980#discussion_r1977540685
########## datafusion/core/src/execution/session_state.rs: ########## @@ -1042,9 +1045,10 @@ impl SessionStateBuilder { } } - /// Returns a new [SessionStateBuilder] based on an existing [SessionState] + /// Returns a new [SessionStateBuilder] based on an existing [SessionState]. + /// /// The session id for the new builder will be unset; all other fields will - /// be cloned from what is set in the provided session state. If the default + /// be cloned from `existing`. If the default Review Comment: drive by cleanup to shorten the docs -- 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