Skip to content

python-v0.5.0

Compare
Choose a tag to compare
@fvaleye fvaleye released this 02 Jun 19:59
· 1683 commits to main since this release
d922b31
  • Optimize vacuum operation
  • Manage empty delta table in Python binding
  • Improve Python binding development
  • Add repair of failed/expired rename in S3 backend
  • Fix Rename camelCased fields to snake_case
  • Introduce the primitive writer API which will put a file and create the "add" action
  • Add commit_version method to DeltaTransaction
  • Add tests and Err restructure for commit_version
  • Inline JSON action join when creating delta log entry
  • Avoid commit loop call from commit_version
  • Rename log_bytes_from_actions to log_entry_from_actions
  • Add get_file_paths_by_partitions in Python bindings