Skip to content

feat: support for deltalake (wip) #73

feat: support for deltalake (wip)

feat: support for deltalake (wip) #73

Triggered via push April 23, 2024 10:43
Status Failure
Total duration 3m 54s
Artifacts

rust.yml

on: push
Rust formatting
4s
Rust formatting
Matrix: Clippy
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
Rust formatting
Process completed with exit code 1.
missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider`: src/catalog_provider/glue.rs#L54
error[E0063]: missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider` --> src/catalog_provider/glue.rs:54:9 | 54 | GlueCatalogProvider { | ^^^^^^^^^^^^^^^^^^^ missing `object_store_registry`
missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider`: src/catalog_provider/glue.rs#L54
error[E0063]: missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider` --> src/catalog_provider/glue.rs:54:9 | 54 | GlueCatalogProvider { | ^^^^^^^^^^^^^^^^^^^ missing `object_store_registry`
unused import: `datafusion::datasource::TableProvider`: src/catalog_provider/glue.rs#L21
error: unused import: `datafusion::datasource::TableProvider` --> src/catalog_provider/glue.rs:21:5 | 21 | use datafusion::datasource::TableProvider; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
unused import: `datafusion::datasource::TableProvider`: src/catalog_provider/glue.rs#L21
error: unused import: `datafusion::datasource::TableProvider` --> src/catalog_provider/glue.rs:21:5 | 21 | use datafusion::datasource::TableProvider; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
Clippy (amd64, stable)
Clippy had exited with the 101 exit code
Test (amd64, stable)
Process completed with exit code 101.
Rust formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (amd64, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, scherermichael-oss/action-has-permission@1.0.6, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (amd64, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: scherermichael-oss/action-has-permission@1.0.6, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (amd64, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (amd64, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.