Skip to content
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

docs: updated schema.rs to use the right signature for decimal data type in documentation #1377

Merged
merged 1 commit into from
May 18, 2023

Conversation

rahulj51
Copy link
Contributor

@rahulj51 rahulj51 commented May 18, 2023

Description

docs: Minor change in the docs. The documentation says Decimal(<scale>, <precision>) but it should be Decimal(<precision>, <scale>)

Related Issue(s)

Documentation

…documentation

The documentation says Decimal(<scale>, <precision>) but it should be Decimal(<precision>, <scale>)
@github-actions github-actions bot added the binding/python Issues for the Python package label May 18, 2023
@github-actions
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@rahulj51 rahulj51 changed the title Update schema.rs to use the right signature for Decimal data type in … docs: Update schema.rs to use the right signature for Decimal data type in documentation May 18, 2023
@rahulj51 rahulj51 changed the title docs: Update schema.rs to use the right signature for Decimal data type in documentation docs: Updated schema.rs to use the right signature for Decimal data type in documentation May 18, 2023
@rahulj51 rahulj51 changed the title docs: Updated schema.rs to use the right signature for Decimal data type in documentation docs: updated schema.rs to use the right signature for decimal data type in documentation May 18, 2023
Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this @rahulj51!

@roeap roeap merged commit dde2f7e into delta-io:main May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants