timsaucer commented on PR #111:
URL: https://github.com/apache/datafusion-java/pull/111#issuecomment-4847810845
### End-to-end run results
Built the example DataFusion ADBC driver and ran the full gated E2E locally
(arrow-adbc 0.24-SNAPSHOT via `-Padbc-snapshot`):
```
(cd examples/adbc-datafusion-driver && cargo build --release)
mvn -pl spark -am test -Dtest=AdbcSourceTest -Padbc-snapshot \
-Dsurefire.failIfNoSpecifiedTests=false \
-Dadbc.example.driver.path=$PWD/rust-target/release/libadbc_datafusion_example_driver.dylib
```
| Suite | Tests | Result |
|---|---|---|
| AdbcConnectionPoolTest | 8 | ✅ |
| AdbcOptionsTest | 4 | ✅ |
| SubstraitPlanTest | 3 | ✅ |
| AdbcSourceTest (E2E) | 4 | ✅ |
**19/19 passing, 0 failures.** `fullScanAcrossPartitions` confirmed the
provider's 3 partitions surfacing as 3 Spark input partitions;
`providerRegisteredOncePerExecutor` confirmed one native database across
`local[8]` task slots.
Stack exercised: Spark DataSourceV2 → arrow-adbc JNI driver manager →
DataFusion ADBC cdylib → custom provider.
--
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]