tustvold commented on code in PR #4624:
URL: https://github.com/apache/arrow-datafusion/pull/4624#discussion_r1048728435
##########
datafusion/core/src/datasource/view.rs:
##########
@@ -431,7 +431,7 @@ mod tests {
)
.await?;
- ctx.register_table("t1", ctx.table("test")?)?;
+ ctx.register_table("t1", Arc::new(ctx.table("test")?))?;
Review Comment:
This API is still problematic as it leads to a reference cycle (#2659), I
intend to address this as part of reworking these interfaces
--
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]