tustvold commented on code in PR #4624:
URL: https://github.com/apache/arrow-datafusion/pull/4624#discussion_r1048727765
##########
datafusion/core/src/execution/context.rs:
##########
@@ -265,20 +265,18 @@ impl SessionContext {
if_not_exists,
or_replace,
}) => {
+ let input = Arc::try_unwrap(input).unwrap_or_else(|e|
e.as_ref().clone());
Review Comment:
This is kind of unfortunate, I hope to rework this all as part of #4617
--
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]