The GitHub Actions job "CI" on 
iceberg-rust.git/feat/sqllogictest-dynamic-catalog has failed.
Run started by GitHub user AndreaBozzo (triggered by AndreaBozzo).

Head commit for run:
7e8d26f9fbfb90ba4e3115d6539b6c20b6477ad3 / AndreaBozzo <[email protected]>
feat(sqllogictest): support dynamic catalog configuration

This PR adds support for configuring the catalog type in sqllogictest
schedule files, addressing issue #1780.

Changes:
- Add [catalog] section parsing in schedule files
- Support 'memory' (default) and all catalog types from iceberg-catalog-loader
- Update DataFusionEngine to accept catalog from schedule configuration
- Add comprehensive tests for catalog configuration parsing

The catalog can now be configured in schedule files like:

[catalog]
type = "rest"

[catalog.properties]
uri = "http://localhost:8181";

If no catalog section is specified, defaults to memory catalog.

Closes #1780

Report URL: https://github.com/apache/iceberg-rust/actions/runs/20337283061

With regards,
GitHub Actions via GitBox

Reply via email to