alamb commented on code in PR #20139:
URL: https://github.com/apache/datafusion/pull/20139#discussion_r2761067681
##########
datafusion/core/src/datasource/listing_table_factory.rs:
##########
@@ -546,4 +548,93 @@ mod tests {
"Statistics cache should not be pre-warmed when collect_statistics
is disabled"
);
}
+
+
+
+
+ #[tokio::test]
+ async fn test_create_with_invalid_session() {
Review Comment:
this test is probably overkill, but it isn't a terrible thing to have
coverage
--
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]