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

[SPARK-41898][CONNECT][PYTHON] Window.rowsBetween, Window.rangeBetween parameters typechecking parity with pyspark #39433

Closed
wants to merge 1 commit into from

Conversation

techaddict
Copy link
Contributor

What changes were proposed in this pull request?

Window.rowsBetween, Window.rangeBetween can accept values outside the range of int, and are trimmed to Window.unboundedPreceding, Window.unboundedFollowing
Like float(-inf) and float(+inf)

Why are the changes needed?

Bug Fix

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Existing test

…n parameters typechecking parity with pyspark
@zhengruifeng
Copy link
Contributor

thanks, merged into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants