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

Bind SQLOptions and relative ctx method #567 #588

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

giacomorebecchi
Copy link
Contributor

@giacomorebecchi giacomorebecchi commented Feb 22, 2024

Which issue does this PR close?

Closes #567.

What changes are included in this PR?

  • Implemented binding
  • Added tests

Are there any user-facing changes?

Yes, the user can now instantiate a SQLOptions class and use inside the newly bound method sql_with_options.

Final remark

This is my first open source contribution, so I apologise in advance if there is any mistake in the contribution style!

@giacomorebecchi
Copy link
Contributor Author

Hi @andygrove, I have rebased my commit to fix conflicts with upstream and improved the test cases. Please let me know if there's anything else you would like me to improve! Thanks a lot

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @giacomorebecchi! This is a great first contribution

@andygrove andygrove merged commit 6e570e2 into apache:main Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose SQLOptions in python binding
2 participants