BlakeOrth commented on code in PR #18146:
URL: https://github.com/apache/datafusion/pull/18146#discussion_r2441408677


##########
datafusion/catalog-listing/Cargo.toml:
##########
@@ -50,6 +50,7 @@ tokio = { workspace = true }
 
 [dev-dependencies]
 datafusion-datasource-parquet = { workspace = true }
+datafusion = { workspace = true }

Review Comment:
   It looks like this dependency tripped the circular dependency check even 
though it's a dev dependency for test setup. Is there an alternative mechanism 
to get access to a `SessionStateBuilder` for testing rather than using the 
import here?
   
   
https://github.com/apache/datafusion/pull/18146/files#diff-d73871e86bf1a466152863951f635e91ad931a16f6d40863b5061e39eefeea31R461



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