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
I have upgraded to v0.14 via "pip install...", however deltalake.version still shows 0.13.
I expected to see deltalake.version = 0.14
I suspect that the pypi wheel file is not correctly updated.
I have compared my local copy of table.py under .../my_env/site-packages/deltalake... with table.py in the .tar.gz file at https://pypi.org/project/deltalake/#modal-close, and they are different. Similarly, I compared the code in table.py from the (unzipped) .whl file available at the same page, with the source code in the .gz file, and they are different. The .whl file matches my local .../site-packages/... file, so I believe that the 'pip upgrade' worked.
The text was updated successfully, but these errors were encountered:
Windows 10
Rust 0.14
Binding: Sorry, not sure what this means
Cloud Platform: Azure Synapse
I have upgraded to v0.14 via "pip install...", however deltalake.version still shows 0.13.
I expected to see deltalake.version = 0.14
I suspect that the pypi wheel file is not correctly updated.
I have compared my local copy of table.py under .../my_env/site-packages/deltalake... with table.py in the .tar.gz file at https://pypi.org/project/deltalake/#modal-close, and they are different. Similarly, I compared the code in table.py from the (unzipped) .whl file available at the same page, with the source code in the .gz file, and they are different. The .whl file matches my local .../site-packages/... file, so I believe that the 'pip upgrade' worked.
The text was updated successfully, but these errors were encountered: