Skip to content

Conversation

@zhenlineo
Copy link
Contributor

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

@zhenlineo zhenlineo changed the title [SPARK-42665] Mute udf test [SPARK-42665][CONNECT][Test] Mute Scala Client UDF test Mar 6, 2023
Copy link
Contributor

@hvanhovell hvanhovell left a 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") {
Copy link
Contributor

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.

Copy link
Contributor

@LuciferYang LuciferYang left a comment

Choose a reason for hiding this comment

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

+1, LGTM

@LuciferYang
Copy link
Contributor

cc @HyukjinKwon , can we merge this first before new RC? otherwise, the maven test will still fail

@HyukjinKwon
Copy link
Member

Merged to master and branch-3.4.

HyukjinKwon pushed a commit that referenced this pull request Mar 7, 2023
### 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]>
@LuciferYang
Copy link
Contributor

Thanks @HyukjinKwon :)

snmvaughan pushed a commit to snmvaughan/spark that referenced this pull request Jun 20, 2023
### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants