Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31101][BUILD] Upgrade Janino to 3.0.16 - #27932
Conversation
SparkQA
commented
Mar 17, 2020
Test build #119906 has finished for PR 27932 at commit
|
SparkQA
commented
Mar 17, 2020
Test build #119908 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 17, 2020
The failure is not from compilation from generated code, but no big deal on rerunning tests. |
HeartSaVioR
commented
Mar 17, 2020
retest this, please |
SparkQA
commented
Mar 17, 2020
Test build #119918 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 17, 2020
retest this, please |
SparkQA
commented
Mar 18, 2020
Test build #119956 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 18, 2020
retest this, please |
SparkQA
commented
Mar 18, 2020
Test build #119974 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 18, 2020
retest this, please |
SparkQA
commented
Mar 18, 2020
Test build #119984 has finished for PR 27932 at commit
|
SparkQA
commented
Mar 19, 2020
Test build #120016 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 19, 2020
Doesn't seem to be related. |
HeartSaVioR
commented
Mar 19, 2020
retest this, please |
SparkQA
commented
Mar 19, 2020
Test build #120019 has finished for PR 27932 at commit
|
HeartSaVioR
commented
Mar 19, 2020
Another flaky ones. |
ff25ac5 to
a9f1f5dCompareSparkQA
commented
Mar 19, 2020
Test build #120030 has finished for PR 27932 at commit
|
There was a problem hiding this comment.
+1, LGTM. Merged to master.
Thank you for your long investigating and patience, @HeartSaVioR .
I added the following into the PR description.
https://github.com/janino-compiler/janino/commits/3.0.16
HeartSaVioR
commented
Mar 24, 2020
Thanks for sorting it out. Could we port back to 3.0 & 2.4 as well, given the origin bug was from Spark 2.3? I'll submit PRs for these versions. Thanks again! |
### What changes were proposed in this pull request? This PR(SPARK-31101) proposes to upgrade Janino to 3.0.16 which is released recently. * Merged pull request janino-compiler/janino#114 "Grow the code for relocatables, and do fixup, and relocate". Please see the commit log. - https://github.com/janino-compiler/janino/commits/3.0.16 You can see the changelog from the link: http://janino-compiler.github.io/janino/changelog.html / though release note for Janino 3.0.16 is actually incorrect. ### Why are the changes needed? We got some report on failure on user's query which Janino throws error on compiling generated code. The issue is here: janino-compiler/janino#113 It contains the information of generated code, symptom (error), and analysis of the bug, so please refer the link for more details. Janino 3.0.16 contains the PR janino-compiler/janino#114 which would enable Janino to succeed to compile user's query properly. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existing UTs. Closesapache#27932 from HeartSaVioR/SPARK-31101-janino-3.0.16. Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This PR(SPARK-31101) proposes to upgrade Janino to 3.0.16 which is released recently. * Merged pull request janino-compiler/janino#114 "Grow the code for relocatables, and do fixup, and relocate". Please see the commit log. - https://github.com/janino-compiler/janino/commits/3.0.16 You can see the changelog from the link: http://janino-compiler.github.io/janino/changelog.html / though release note for Janino 3.0.16 is actually incorrect. We got some report on failure on user's query which Janino throws error on compiling generated code. The issue is here: janino-compiler/janino#113 It contains the information of generated code, symptom (error), and analysis of the bug, so please refer the link for more details. Janino 3.0.16 contains the PR janino-compiler/janino#114 which would enable Janino to succeed to compile user's query properly. No. Existing UTs. Closesapache#27932 from HeartSaVioR/SPARK-31101-janino-3.0.16. Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HeartSaVioR
commented
Mar 24, 2020
### What changes were proposed in this pull request? This PR(SPARK-31101) proposes to upgrade Janino to 3.0.16 which is released recently. * Merged pull request janino-compiler/janino#114 "Grow the code for relocatables, and do fixup, and relocate". Please see the commit log. - https://github.com/janino-compiler/janino/commits/3.0.16 You can see the changelog from the link: http://janino-compiler.github.io/janino/changelog.html / though release note for Janino 3.0.16 is actually incorrect. ### Why are the changes needed? We got some report on failure on user's query which Janino throws error on compiling generated code. The issue is here: janino-compiler/janino#113 It contains the information of generated code, symptom (error), and analysis of the bug, so please refer the link for more details. Janino 3.0.16 contains the PR janino-compiler/janino#114 which would enable Janino to succeed to compile user's query properly. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existing UTs. Closesapache#27932 from HeartSaVioR/SPARK-31101-janino-3.0.16. Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
This PR(SPARK-31101) proposes to upgrade Janino to 3.0.16 which is released recently.
Please see the commit log.
You can see the changelog from the link: http://janino-compiler.github.io/janino/changelog.html / though release note for Janino 3.0.16 is actually incorrect.
Why are the changes needed?
We got some report on failure on user's query which Janino throws error on compiling generated code. The issue is here: janino-compiler/janino#113 It contains the information of generated code, symptom (error), and analysis of the bug, so please refer the link for more details.
Janino 3.0.16 contains the PR janino-compiler/janino#114 which would enable Janino to succeed to compile user's query properly.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing UTs.