Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update delta_kernel requirement from 0.5.0 to 0.6.0 #3083

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Updates the requirements on delta_kernel to permit the latest version.

Changelog

Sourced from delta_kernel's changelog.

v0.5.0 (2024-11-26)

Full Changelog

API Changes

Breaking

  1. Expression::Column(String) is now Expression::Column(ColumnName) [Add examples for reading delta table with Rust API. #400]
  2. delta_kernel_ffi::expressions moved into two modules: delta_kernel_ffi::expressions::engine and delta_kernel_ffi::expressions::kernel [support partition value string deserialization for float/double/date #363]
  3. FFI: removed (hazardous) impl From for KernelStringSlize and added unsafe constructor instead [Datafusion table provider: issues with timestamp types  #441]
  4. Moved LogSegment into its own module (log_segment::LogSegment) [DeltaTable class name collision #438]
  5. Renamed EngineData::length as EngineData::len [Make file storage backend's atomic rename async #471]
  6. New AsAny trait: AsAny: Any + Send + Sync required bound on all engine traits [Fix broken tombstones metadata when extended_file_metadata is different between tomstones in state #450]
  7. Rename mod features to mod table_features [WIP: Record Batch support for delta log stats_parsed (#435) #454]
  8. LogSegment fields renamed: commit_files -> ascending_commit_files and checkpoint_files -> checkpoint_parts [Could not read partition values correctly with special characters in partition column name #495]
  9. Added minimum-supported rust version: currenly rust 1.80 [Access Issue #504]
  10. Improved row visitor API: renamed EngineData::extract as EngineData::visit_rows, and DataVisitor trait renamed as RowVisitor [Create Golang bindings for Delta Rust API #481]
  11. FFI: New mod engine_data and mod error (moved Error to error::Error) [R bindings #537]
  12. new error types: InvalidProtocol, InvalidCommitInfo, MissingCommitInfo, FileAlreadyExists, Unsupported, ParseIntervalError, ChangeDataFeedUnsupported

Additions

  1. New ColumnName, column_name!, column_expr! for structured column name parsing. [Add examples for reading delta table with Rust API. #400] [Fix coverage of the Python tests #467]
  2. New Engine API write_json_file() for atomically writing JSON [Make Format.options to be required field #370]
  3. New Transaction API for creating transactions, adding commit info and write metadata, and commiting the transaction to the table. Includes Table.new_transaction(), Transaction.write_context(), Transaction.with_commit_info, Transaction.with_operation(), Transaction.with_write_metadata(), and Transaction.commit() [Make Format.options to be required field #370] [Parallel Vacuum command #393]
  4. FFI: Visitor for converting kernel expressions to engine expressions. See the new example at ffi/examples/visit-expression/ [support partition value string deserialization for float/double/date #363]
  5. FFI: New TryFromStringSlice trait and kernel_string_slice macro [Datafusion table provider: issues with timestamp types  #441]
  6. New DefaultEngine engine implementation for writing parquet: write_parquet_file() [Parallel Vacuum command #393]
  7. Added support for parsing comma-separated column name lists: ColumnName::parse_column_name_list() [Add pool_idle_timeout options for s3 and sts clients #458]
  8. New VacuumProtocolCheck table feature [WIP: Record Batch support for delta log stats_parsed (#435) #454]
  9. DvInfo now implements Clone, PartialEq, and Eq [0.5.3 fails to install on MacBook Pro (13-inch, M1, 2020) #468]
  10. Stats now implements Debug, Clone, PartialEq, and Eq [0.5.3 fails to install on MacBook Pro (13-inch, M1, 2020) #468]
  11. Added Cdc action support [#506]
  12. (early CDF read support) New TableChanges type to read CDF from a table between versions [.NET API please #505]
  13. (early CDF read support) Builder for scans on TableChanges [load_with_datetime(datetime_string) throw error message when delta table is created for more than 60 days(twice the default value of logRetentionDuration) #521]
  14. New TableProperties struct which can parse tables' metadata.configuration [Record Batch support for delta log stats_parsed (#435) #453] [0.5.4 fails to install on m1 macbook (2021) #536]

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [delta_kernel](https://github.com/delta-io/delta-kernel-rs) to permit the latest version.
- [Changelog](https://github.com/delta-io/delta-kernel-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-kernel-rs@v0.5.0...v0.5.0)

---
updated-dependencies:
- dependency-name: delta_kernel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants