Commit ff777ea
authored
Fix
- Removed `schema_adapter_integration_tests.rs` from the `integration_tests` directory.
- Created a new module `schema_adapter` and moved the tests there.
- Added `mod schema_adapter;` to `core_integration.rs` to include the new module.
- Enhanced the schema adapter test suite to:
- Write and read test data using `InMemory` object store.
- Validate consistent behavior of the `UppercaseAdapterFactory` across `ParquetSource`, `ArrowSource`, `CsvSource`, and `JsonSource`.
- Confirm schema mapping behavior and adapter output schemas.
- Added missing `use` imports and corrected adapter error handling in existing test files.schema_adapter integration tests not running (#16835)1 parent e033d42 commit ff777ea
File tree
5 files changed
+386
-510
lines changed- datafusion/core/tests
- integration_tests
- parquet
- schema_adapter
5 files changed
+386
-510
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments