feat: add hidden datafusion bench bridge #342
build.yml
on: push
test-matrix
3s
check
9m 42s
Matrix: build
Matrix: Unit Tests
Annotations
10 errors, 97 warnings, and 7 notices
|
Unit Tests (ubuntu-latest)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
|
Unit Tests (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
Unit Tests (windows-latest)
The operation was canceled.
|
|
Unit Tests (macos-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
Unit Tests (macos-latest)
The operation was canceled.
|
|
build (macos-latest)
Process completed with exit code 101.
|
|
build (ubuntu-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
build (ubuntu-latest)
The operation was canceled.
|
|
build (windows-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
build (windows-latest)
The operation was canceled.
|
|
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check:
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
check:
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
check:
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
check:
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
check:
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
check:
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
check:
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
check:
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
check:
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
check:
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
Unit Tests (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: codecov/codecov-action@v4, mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
Unit Tests (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
Unit Tests (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
Unit Tests (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
Unit Tests (ubuntu-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (ubuntu-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
Unit Tests (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
Unit Tests (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
Unit Tests (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
Unit Tests (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
Unit Tests (macos-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (macos-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (macos-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
Unit Tests (macos-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
build (macos-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
build (macos-latest):
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
build (macos-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
|
|
build (macos-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (macos-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
|
|
build (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
|
|
build (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
|
|
build (ubuntu-latest):
crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
|
|
build (ubuntu-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
|
|
build (ubuntu-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (ubuntu-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
|
|
build (windows-latest):
crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (windows-latest):
crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (windows-latest):
crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
|
|
build (windows-latest):
crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
|
|
sccache stats
2% - 26 hits, 1115 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 336 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 507 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 512 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 670 misses, 0 errors
|
|
sccache stats
3% - 18 hits, 646 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 685 misses, 0 errors
|