askalt opened a new pull request, #20136: URL: https://github.com/apache/datafusion/pull/20136
## Rationale for this change We have the next flow in our DF based project: create a base `SessionStateBuilder` and then, when a new user session is created, it is used to build a session state. As `build(...)` consumes `self`, it would be good to have `Clone` on `SesssionStateBuilder`, what this patch adds. -- 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]
