logan-keede commented on code in PR #15260:
URL: https://github.com/apache/datafusion/pull/15260#discussion_r1999959689


##########
datafusion/catalog/Cargo.toml:
##########
@@ -35,17 +35,18 @@ arrow = { workspace = true }
 async-trait = { workspace = true }
 dashmap = { workspace = true }
 datafusion-common = { workspace = true }
+datafusion-common-runtime = { workspace = true }
 datafusion-execution = { workspace = true }
 datafusion-expr = { workspace = true }
+datafusion-optimizer = { workspace = true }

Review Comment:
   I have moved it to the only caller `SessionContext`, though I have a concern 
if there is a use case where someone might not want to use `SessionContext` but 
use `ViewTable` directly. since they will not get default Coercion now.



-- 
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]

Reply via email to