corasaurus-hex commented on code in PR #18457:
URL: https://github.com/apache/datafusion/pull/18457#discussion_r2507587523
##########
datafusion/core/tests/schema_adapter/schema_adapter_integration_tests.rs:
##########
@@ -282,9 +282,28 @@ async fn test_multi_source_schema_adapter_reuse() ->
Result<()> {
// Create a test factory
let factory = Arc::new(UppercaseAdapterFactory {});
- // Test ArrowSource
+ // Test ArrowFileSource
{
- let source = ArrowSource::default();
+ let source = ArrowFileSource::default();
Review Comment:
Updated the upgrade document.
--
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]