delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
2.34k stars 414 forks source link

chore: include license files in published crates #3009

Closed ankane closed 1 day ago

ankane commented 3 days ago

Description

Hi, thanks for this project! This symlinks the license file so it's included in published crates.

Related Issue(s)

None

Documentation

N/A

github-actions[bot] commented 3 days ago

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.47%. Comparing base (25ce389) to head (02ec73b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3009 +/- ## ======================================= Coverage 72.47% 72.47% ======================================= Files 128 128 Lines 40831 40831 Branches 40831 40831 ======================================= + Hits 29591 29593 +2 - Misses 9355 9356 +1 + Partials 1885 1882 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

ankane commented 1 day ago

Thanks @ion-elgreco!