Skip to content

[WIP] Adding support for deltalake file #2202

[WIP] Adding support for deltalake file

[WIP] Adding support for deltalake file #2202

Triggered via pull request January 31, 2024 10:39
Status Failure
Total duration 4m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
mix format
9s
mix format
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
mix format
Process completed with exit code 1.
test (26.2.1, 1.16): test/explorer/data_frame_test.exs#L20
test defines doc metadata (Explorer.DataFrameTest)
test (26.2.1, 1.16)
Process completed with exit code 2.
test (25.3, 1.14): test/explorer/data_frame_test.exs#L20
test defines doc metadata (Explorer.DataFrameTest)
test (25.3, 1.14)
Process completed with exit code 2.
mix format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (26.2.1, 1.16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, erlef/setup-beam@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (25.3, 1.14)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, erlef/setup-beam@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (25.3, 1.14): lib/explorer/polars_backend/lazy_frame.ex#L1
function to_delta/2 required by behaviour Explorer.Backend.DataFrame is not implemented (in module Explorer.PolarsBackend.LazyFrame)
test (25.3, 1.14)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead