Uh oh!
There was an error while loading. Please reload this page.
Revert "[SPARK-17549][SQL] Only collect table size stat in driver for cached relation." - #15157
Revert "[SPARK-17549][SQL] Only collect table size stat in driver for cached relation."#15157yhuai wants to merge 1 commit into
Conversation
yhuai
commented
Sep 20, 2016
cc @vanzin |
SparkQA
commented
Sep 20, 2016
Test build #65624 has finished for PR 15157 at commit
|
vanzin
commented
Sep 20, 2016
If it's not too much trouble, keeping the workaround in CodeGenerator.scala would be nice. Otherwise LGTM. |
yhuai
commented
Sep 20, 2016
Oh, right. Will do that. On Tue, Sep 20, 2016 at 8:57 AM -0700, "Marcelo Vanzin" notifications@github.com wrote: If it's not too much trouble, keeping the workaround in CodeGenerator.scala would be nice. Otherwise LGTM. — |
… cached relation." This reverts changes made to InMemoryRelation and InMemoryColumnarQuerySuite in commit 39e2bad. But, it keeps the change in CodeGenerator.scala to make recordCompilationStats tolerant to errors thrown by janino.
yhuai
commented
Sep 20, 2016
Done. |
yhuai
commented
Sep 20, 2016
I will merge this PR to master and branch 2.0 once it passes jenkins. |
SparkQA
commented
Sep 20, 2016
Test build #65669 has finished for PR 15157 at commit
|
yhuai
commented
Sep 20, 2016
@vanzin I am merging this PR to master and branch 2.0 |
…for cached relation." This reverts commit 39e2bad because of the problem mentioned at https://issues.apache.org/jira/browse/SPARK-17549?focusedCommentId=15505060&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15505060 Author: Yin Huai <yhuai@databricks.com> Closes#15157 from yhuai/revert-SPARK-17549. (cherry picked from commit 9ac68db) Signed-off-by: Yin Huai <yhuai@databricks.com>
This reverts commit 39e2bad because of the problem mentioned at https://issues.apache.org/jira/browse/SPARK-17549?focusedCommentId=15505060&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15505060