You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update delta.py for deltalake 1.1.3 API compatibility
- Update DeltaTable.create() method signature and instantiation
- Change optimize.compact() to optimize().compact()
- Replace partitions() with get_partitions()
- Replace version() with get_version()
- Replace load_as_version() with load_version()
- Remove deprecated engine=''rust'' parameter from write_deltalake()
- Change ''partitions='' to ''filters='' in to_pyarrow methods
- Update schema().to_pyarrow() to schema.to_pyarrow()
- Fix string concatenation in predicate building for type safety
- Add Optional import for better type annotation support
Fixes type checking issues after deltalake upgrade from 0.25.5 to 1.1.3
Co-authored-by: Yusuf Ali <[email protected]>
0 commit comments