-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-4233] [SQL] UDAF Interface Refactoring #5542
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
Test build #30431 has started for PR 5542 at commit |
Test build #30431 has finished for PR 5542 at commit
|
Test FAILed. |
Test build #30451 has started for PR 5542 at commit |
Test build #30451 has finished for PR 5542 at commit
|
Test PASSed. |
e213e5e
to
4aa56c2
Compare
Test build #30629 has started for PR 5542 at commit |
Test build #30629 has finished for PR 5542 at commit
|
Test FAILed. |
Test build #30637 has started for PR 5542 at commit |
Test build #30637 has finished for PR 5542 at commit
|
Test FAILed. |
Test build #30644 has started for PR 5542 at commit |
Test build #30644 has finished for PR 5542 at commit
|
Test FAILed. |
@@ -562,3 +563,13 @@ class SQLQuerySuite extends QueryTest { | |||
.queryExecution.analyzed | |||
} | |||
} | |||
|
|||
class SQLQuerySuite2 extends SQLQuerySuite with BeforeAndAfter { |
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.
you should name this something more explicit, maybe "SQLQueryNewUDAFSuite"
9806266
to
71f1bd5
Compare
Test build #30901 has started for PR 5542 at commit |
Test build #30901 has finished for PR 5542 at commit
|
Test FAILed. |
71f1bd5
to
6b594f0
Compare
Test build #30921 has started for PR 5542 at commit |
Test build #30921 has finished for PR 5542 at commit
|
Test PASSed. |
Test build #31007 has started for PR 5542 at commit |
found an issue when running the query with SET spark.sql.aggregate2=true configuration after applying this patch. WHERE cid IS NOT NULL |
f0f907f
to
68dd625
Compare
Merged build triggered. |
Merged build started. |
Test build #34435 has started for PR 5542 at commit |
Test build #34435 has finished for PR 5542 at commit
|
Merged build finished. Test FAILed. |
return mr; | ||
} | ||
|
||
@Override |
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.
Indentation on this line looks off
Can we close this ticket first? I think @yhuai will revisit this with you soon. |
yes, thanks for the reminding. closing it. |
This PR will keep both old / new versions of UDAF, and switch them by
The new interface is