alamb commented on issue #16801: URL: https://github.com/apache/datafusion/issues/16801#issuecomment-3120115929
<img width="463" height="740" alt="Screenshot 2025-07-25 at 3 36 43 PM" src="https://github.com/user-attachments/assets/d79a7148-65d6-4b7b-8fd1-08ff44c6d909" /> I think the core problem is that the schema_adapter tests are in a folder that isn't connected to a test binary I think you could fix the problem by renaming datafusion/core/tests/integration_tests/schema_adapter_integration_tests.rs --> datafusion/core/tests/integration_tests/schema_adapter/mod.rs And then adding `mod schema_adapter` to the list in this file: https://github.com/apache/datafusion/blob/8a0b21b52bd0b8f249959faf00bcffe218774288/datafusion/core/tests/core_integration.rs#L43-L42 -- 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]
