Uh oh!
There was an error while loading. Please reload this page.
[SPARK-29084][SQL][TESTS] Check method bytecode size in BenchmarkQueryTest - #25788
[SPARK-29084][SQL][TESTS] Check method bytecode size in BenchmarkQueryTest#25788maropu wants to merge 3 commits into
Conversation
I found the test below in That's because |
858d940 to
b95aaa2CompareThank you for adding this. This looks useful. |
SparkQA
commented
Sep 14, 2019
Test build #110583 has finished for PR 25788 at commit
|
SparkQA
commented
Sep 14, 2019
Test build #110582 has finished for PR 25788 at commit
|
b95aaa2 to
9f32999Comparedongjoon-hyun
commented
Sep 21, 2019
Oh, is this ready, @maropu ? |
maropu
commented
Sep 21, 2019
I'm checking if all the tests passed. I persnally think we need more time for #25827 but that pr does not block this pr. |
SparkQA
commented
Sep 21, 2019
Test build #111101 has finished for PR 25788 at commit
|
maropu
commented
Sep 21, 2019
retest this please |
SparkQA
commented
Sep 21, 2019
Test build #111104 has finished for PR 25788 at commit
|
maropu
commented
Sep 21, 2019
ok, could you check this? @dongjoon-hyun@viirya |
dongjoon-hyun
commented
Sep 21, 2019
Of course, @maropu ~ I'll do today. |
| "q63", "q65", "q68", "q73", "q79", "q89", "q98", "ss_max") | ||
| // List up the known queries having too large code in a generated function | ||
| val blackListForMethodCodeSizeCheck = Set("modified-q3") |
There was a problem hiding this comment.
Can we have an IDed TODO to remove this, @maropu ? SPARK-29128 is the one?
There was a problem hiding this comment.
Otherwise, we had better wait for the fix.
SparkQA
commented
Sep 22, 2019
Test build #111132 has finished for PR 25788 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @maropu .
Although there is a blacklist query, this PR helps us a lot.
Merged to master.
maropu
commented
Sep 22, 2019
Thanks, @dongjoon-hyun ! |
What changes were proposed in this pull request?
This pr proposes to check method bytecode size in
BenchmarkQueryTest. This metric is critical for performance numbers.Why are the changes needed?
For performance checks
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A