-
Notifications
You must be signed in to change notification settings - Fork 218
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
1191:Added docstrings to the pyiceberg/table/inspect.py file #1533
base: main
Are you sure you want to change the base?
Changes from 4 commits
14a607a
f71235c
a8f41d1
6c180a9
1dfd302
5fc6489
85a21ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
3.9.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you remove this file? |
||
3.10.0 | ||
3.11.0 | ||
3.12.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
- [Verify a release](verify-release.md) | ||
- [How to release](how-to-release.md) | ||
- [Release Notes](https://github.com/apache/iceberg-python/releases) | ||
- [Code Reference](reference/) | ||
- [Code Reference](reference/pyiceberg/index.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why was this changed? i dont think this is necessary There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will remove the change from the SUMMARY.md file if it's not necessary. Thanks for pointing it out! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert the change so we can get this in :) |
||
|
||
<!-- markdown-link-check-enable--> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ plugins: | |
- mkdocstrings: | ||
handlers: | ||
python: | ||
paths: [..] | ||
paths: | ||
- pyiceberg | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same for this, what is this change for? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for pointing this out! I made this change while addressing errors in inspect.py. However, I’ll review it again to ensure it’s necessary and aligned with the overall structure. Please let me know if you have additional context or suggestions. |
||
|
||
theme: | ||
name: material | ||
|
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 is part of pyenv's local config, should not be checked into the repo
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.
Got it! I will remove .python-version from the PR.