-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-19471][SQL]AggregationIterator does not initialize the generated result projection before using it #18946
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
|
ok to test |
| import org.apache.spark.sql.test.SQLTestData.DecimalData | ||
| import org.apache.spark.sql.types.{Decimal, DecimalType} | ||
|
|
||
|
|
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.
Please remove this line. Thanks!
| Seq(Row(3, 4, 9))) | ||
| } | ||
|
|
||
| private def assertNoExceptions(c: Column): Unit = { |
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.
Could you move it to line 566, just before test("SPARK-21580 ints in aggregation expressions are taken as group-by ordinal.")? Thanks!
|
LGTM except two minor comments. |
|
Test build #80659 has finished for PR 18946 at commit
|
|
Test build #80657 has finished for PR 18946 at commit
|
|
Is Jenkin unstable? |
|
Test build #80674 has finished for PR 18946 at commit
|
|
LGTM Thanks! Merging to master |
What changes were proposed in this pull request?
This is a follow-up PR that moves the test case in PR-18920 (#18920) to DataFrameAggregateSuit.
How was this patch tested?
unit test