Skip to content

feat: support for deltalake (wip) #73

feat: support for deltalake (wip)

feat: support for deltalake (wip) #73

GitHub Actions / clippy failed Apr 23, 2024 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 0
Note 0
Help 0

Versions

  • rustc 1.77.2 (25ef9e3d8 2024-04-09)
  • cargo 1.77.2 (e52e36006 2024-03-26)
  • clippy 0.1.77 (25ef9e3 2024-04-09)

Annotations

Check failure on line 54 in src/catalog_provider/glue.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider`

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`

Check failure on line 54 in src/catalog_provider/glue.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `object_store_registry` in initializer of `catalog_provider::glue::GlueCatalogProvider`

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`

Check failure on line 21 in src/catalog_provider/glue.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `datafusion::datasource::TableProvider`

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)]`

Check failure on line 21 in src/catalog_provider/glue.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `datafusion::datasource::TableProvider`

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)]`