-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-42665][CONNECT][Test] Mute Scala Client UDF test #40304
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
Conversation
hvanhovell
left a comment
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
|
|
||
| test("simple udf") { | ||
| // TODO (SPARK-42665): Ignore this test until the udf is fully implemented. | ||
| ignore("simple udf") { |
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.
nit: I think the common way to do so is this format:
ignore("SPARK-31855: generate test files for checking compatibility with Spark 2.4/3.2").
Basically you leave the SPARK-XXXX and the reason in the test name.
LuciferYang
left a comment
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.
+1, LGTM
|
cc @HyukjinKwon , can we merge this first before new RC? otherwise, the maven test will still fail |
|
Merged to master and branch-3.4. |
### What changes were proposed in this pull request? Mute the UDF test. ### Why are the changes needed? The test fails during maven test runs because the server cannot find the udf in the classpath. The test will be fixed once the udf artifact sync is finished. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes #40304 from zhenlineo/mute-udf-test. Authored-by: Zhen Li <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]> (cherry picked from commit cf3c34b) Signed-off-by: Hyukjin Kwon <[email protected]>
|
Thanks @HyukjinKwon :) |
### What changes were proposed in this pull request? Mute the UDF test. ### Why are the changes needed? The test fails during maven test runs because the server cannot find the udf in the classpath. The test will be fixed once the udf artifact sync is finished. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes apache#40304 from zhenlineo/mute-udf-test. Authored-by: Zhen Li <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]> (cherry picked from commit cf3c34b) Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
Mute the UDF test.
Why are the changes needed?
The test fails during maven test runs because the server cannot find the udf in the classpath. The test will be fixed once the udf artifact sync is finished.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A