-
Notifications
You must be signed in to change notification settings - Fork 415
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
[#6577] docs: fix param typo from 'type' to 'catalog_type' #6581
[#6577] docs: fix param typo from 'type' to 'catalog_type' #6581
Conversation
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.
Thanks! but unfortunately, I think we don't need this, as Catalog.Type
is already clear enough.
This sounds reasonable. Java API is as follows
Could you try to change python API and change the parameter name from |
As @yuqi1129 suggested, I could try to modify the Python API to achieve consistency between the JAVA and Python APIs. This might be interesting for me since I'm a new contributor. |
I think the change itself is good, because it indeed fix the doc issue. As for the name consistency between Java and Python, since we already use |
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.
LGTM.
### What changes were proposed in this pull request? Fix parameter typo for `create_catalog` function in `hadoop-catalog` fileset documentation and `manage-fileset` and `manage-model`. Change parameter typo from `type` to `catalog_type`. ### Why are the changes needed? Incorrect parameter name in the documentation. Fix: #6577 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? None. Co-authored-by: Jerry Shao <[email protected]>
What changes were proposed in this pull request?
Fix parameter typo for
create_catalog
function inhadoop-catalog
fileset documentation andmanage-fileset
andmanage-model
. Change parameter typo fromtype
tocatalog_type
.Why are the changes needed?
Incorrect parameter name in the documentation.
Fix: #6577
Does this PR introduce any user-facing change?
No.
How was this patch tested?
None.