-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update excludedSqlFunctions
of DataFrameFunctionsSuite
#41640
Conversation
…ions of DataFrameFunctionsSuite
ping @zhengruifeng cc @LuciferYang |
OK, let me close #41639 |
@LuciferYang Because the issue is my fault. Let me fix it. Thank you! |
excludedSqlFunctions
of DataFrameFunctionsSuite
LGTM |
I manually check this fix in my local env merged to master |
maybe we should move |
Yeah. The |
Thank you, @beliefer and all! |
…tions` of `DataFrameFunctionsSuite` ### What changes were proposed in this pull request? apache#41608 add bit operations to Scala, Python and Connect API, but missing the test for `DataFrameFunctionsSuite`. ### Why are the changes needed? Fix missing tests ### Does this PR introduce _any_ user-facing change? 'No'. New feature. ### How was this patch tested? N/A Closes apache#41640 from beliefer/SPARK-43928_followup. Authored-by: Jiaan Geng <beliefer@163.com> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
What changes were proposed in this pull request?
#41608 add bit operations to Scala, Python and Connect API, but missing the test for
DataFrameFunctionsSuite
.Why are the changes needed?
Fix missing tests
Does this PR introduce any user-facing change?
'No'.
New feature.
How was this patch tested?
N/A