-
Notifications
You must be signed in to change notification settings - Fork 198
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
Deprecate for 0.8.0 release #1269
Conversation
I think this might be the first time we're removing deprecated functions/parameters from the library. |
bca6afe
to
6e7a8d3
Compare
6e7a8d3
to
5cdba31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thanks @kevinjqliu for cleaning this up.
In a separate PR, we might want to see if we want to expose the session, as mentioned in #1104
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevinjqliu Thanks for cleaning up deprecated stuff for 0.8.0! LGTM, just have one comment regarding the deprecation message in the doc.
* remove deprecated functions * remove deprecated properties * fix tests based on deprecated properties * update readme * get_first_property_value * deprecate properties
* remove deprecated functions * remove deprecated properties * fix tests based on deprecated properties * update readme * get_first_property_value * deprecate properties
Searching for `removed_in="0.8.0":
https://github.com/search?q=repo%3Aapache%2Ficeberg-python+removed_in%3D%220.8&type=code
Removed items:
DEPRECATED_PROPERTY_NAMES
to_requested_schema
inpyiceberg/io/pyarrow.py
add_snapshot
andset_ref_snapshot
inpyiceberg/table/__init__.py