-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28276][SQL][PYTHON][TEST] Convert and port 'cross-join.sql' into UDF test base #25168
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
sql/core/src/test/resources/sql-tests/results/udf/udf-cross-join.sql.out
Outdated
Show resolved
Hide resolved
|
Test build #107719 has finished for PR 25168 at commit
|
|
retest this please |
|
Looks good .. but let's get #25130 first .. just in case that causes some changes in those PRs. |
|
Test build #107724 has finished for PR 25168 at commit
|
|
Test build #107727 has finished for PR 25168 at commit
|
HyukjinKwon
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 if the tests pass
|
retest this please |
|
BTW, @viirya, please feel free to review those PRs when you have some times since you know those codes pretty well as well. |
|
I synced this with master. |
|
@HyukjinKwon yeah, thanks. I will take some times to review those PRs. |
|
Test build #107820 has finished for PR 25168 at commit
|
|
Test build #107828 has finished for PR 25168 at commit
|
|
Test build #107829 has finished for PR 25168 at commit
|
|
Merged to master. |
What changes were proposed in this pull request?
This PR adds some tests converted from
cross-join.sql'to test UDFs.Diff comparing to 'cross-join.sql'
How was this patch tested?
Added test.