Skip to content

v0.1.24: Update AS OF Join Optimization for Delta Live tables

Compare
Choose a tag to compare
@rportilla-databricks rportilla-databricks released this 31 May 22:52
· 21 commits to master since this release
cabe0c4

Currently, tempo uses the underlying jvm objects to detect the size of the data frames in memory. This is not compatible with Delta Live Tables so we have updated the logic to skip the optimization and checks if not using the SQL optimization for small tables.

What's Changed

  • Update asofjoin tolerance tests to ensure inclusive range by @nina-hu in #316
  • Tox support by @R7L208 in #318
  • [Tox Support] Additional Changes for tox default environment name for type checking and flake8 configuration by @R7L208 in #321
  • Update tolerance type by @nina-hu in #323
  • Update AS OF join to avoid get plan bytes logic by @rportilla-databricks in #334
  • [mypy, coverage] Complete Type Checking for the Project and updates to Coverage configuration by @R7L208 in #324

Full Changelog: v0.1.23...v0.1.24